forked from saikiransripada/mixyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (43 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="images/favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;600&family=Open+Sans:ital,wght@0,300;1,300&family=Playfair+Display&family=Mansalva&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type"content="website">
<meta property="og:url"content="https://whae.xyz">
<meta property="og:title"content="whaeworld">
<meta property="og:description"content="421 whae found">
<meta property="og:image"content="https://whae.xyz/images/kakaometaimg.png">
<title>Jiho's Blog</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="middle">
<div class="logo">
<img src="images/tracedlogo.svg" alt="whaelogo" style="display:block; margin:auto">
</div>
<div class="title">
<h1>Fastidiousness, Resistance, Curiousity</h1>
<h2>bio and blog.</h2>
</div>
<div class="links">
<a class="github" href="https://github.com/whae421/">Github</a>
<a class="mail" href="mailto: [email protected]">Mail</a>
</div>
</div>
<div class="topnav">
<a href="index.html"><img src="images/favicon.png" height="20"></a>
<a href="about.html"><b>A</b>bout</a>
<a href="articles/index.html"><b>B</b>usiness</a>
<a href="coding.html"><b>C</b>oding</a>
<a href="design.html"><b>D</b>esign</a>
</div>
<div class="footer">
<p>© jiho.blog 2022</p>
</div>
</body>
</html>