-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindexgen.html
92 lines (81 loc) · 4.19 KB
/
indexgen.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!-----------------------------------------------------------------------------------------------------------\
| _____ _ _____ _ _ _ _____ _____ _____ __ _______ _____ _____ _____ |
| |_ _| (_) / ___| | | (_) / __ \| _ |/ __ \/ | / / __ \| _ |/ __ \|____ | |
| | | __ _ _ \ `--.| |_ _ _ __| |_ ___ `' / /'| |/' |`' / /'`| | / /`' / /'| |/' |`' / /' / / |
| | |/ _` | | `--. \ __| | | |/ _` | |/ _ \ / / | /| | / / | | / / / / | /| | / / \ \ |
| | | (_| | | /\__/ / |_| |_| | (_| | | (_) | ./ /___\ |_/ /./ /____| |_/ / ./ /___\ |_/ /./ /___.___/ / |
| \_/\__,_|_| \____/ \__|\__,_|\__,_|_|\___/ \_____/ \___/ \_____/\___/_/ \_____/ \___/ \_____/\____/ |
\------------------------------------------------------------------------------------------------------------>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Normal data -->
<meta name="title" content="Lyna | Home">
<meta name="description" content="Create a page for provide your social links and other.">
<meta name="keywords" content="open-source, links, lien, liens, provider, promote, share, free, social, taistudio, lyna">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="French">
<meta name="author" content="Tai Studio">
<!-- Open Graph data -->
<meta property="og:title" content="Lyna | Home"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://lyna.taistudio.fr/"/>
<meta property="og:image" content="https://lyna.taistudio.fr/pages/home/lyna.png"/>
<meta property="og:description" content="Create a page for provide your social links and other."/>
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://lyna.taistudio.fr/">
<meta name="twitter:title" content="Lyna | Home">
<meta name="twitter:description" content="Create a page for provide your social links and other.">
<meta name="twitter:creator" content="Tai Studio">
<meta name="twitter:image" content="https://lyna.taistudio.fr/pages/home/lyna.png">
<title>Lyna | Home</title>
<link id="favicon" rel="shortcut icon" href="https://lyna.taistudio.fr/pages/home/lyna.png" type="image/x-icon">
<link rel="stylesheet" href="./css/font.css">
<link rel="stylesheet" href="./css/index.css" id="css">
<link rel="stylesheet" href="./css/themes.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HLGKRRCSQP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HLGKRRCSQP');
</script>
<style>
.alerte{
position: absolute;
z-index: 50000000;
top: 0;
left: 0;
width: 100%;
background: tomato;
color: white;
text-align: center;
user-select: text;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="lib/common.js"></script>
<script src="js/index.js"></script>
</head>
<body>
<div class="content">
<div class="top">
<div class="logo">
<img src="./pages/home/lyna.png" alt="Lyna">
</div>
<div class="name"></div>
</div>
<div class="bottom">
</div>
</div>
<div class="power">
<a href="https://lyna.taistudio.fr/taistudio">- Tai Studio © 2021/2023 -</a>
</div>
</body>
</html>