-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (56 loc) · 2.58 KB
/
index.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
<!DOCTYPE html>
<html lang="{{ site.lang | default: 'ja-JP' }}">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!--{% seo %}-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link type="text/css" rel="stylesheet" href="./assets/css/default.css" />
<link type="text/css" rel="stylesheet" href="index.css" />
<link rel="icon" href="favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J7GBWQZ447"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J7GBWQZ447');
</script>
</head>
<body>
<header>
<img src="./assets/images/ml_h_white.svg" alt="">
</header>
<div class="top">
<img src="./assets/images/ml_h_white.svg" alt="">
</div>
<div style="height: 100dvh;"></div>
<div id="profile">
<h1>Profile</h1>
<div id="profCard">
<div>
<img src="./assets/images/ml.svg" alt="">
</div>
<div>
<h1>minaLogi</h1>
<div id="profileDetailsDiv">
<div>
<p>localization<font color="#000000" ><b>:</b></font></p>
<p>Fav lang<font color="#000000" ><b>:</b></font></p>
<p>Latest hobby<font color="#000000" ><b>:</b></font> </p>
<p>Loves<font color="#000000" ><b>:</b></font></p>
</div>
<div>
<p>ja-JP<font color="#000000">;</font></p>
<p>C#<font color="#000000">,</font> Python<font color="#000000">,</font> JS<font color="#000000">;</font></p>
<p>Photos<font color="#000000">,</font> Cycling<font color="#000000">,</font> etc<font color="#000000">;</font></p>
<p>Minecraft<font color="#000000">;</font></p>
</div>
</div>
</div>
</div>
</div>
<div style="height: 100dvh;"></div>
</body>
</html>