-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (53 loc) · 1.78 KB
/
Copy pathindex.html
File metadata and controls
60 lines (53 loc) · 1.78 KB
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
<!doctype html>
<html lang="en_US">
<head>
<!-- Info -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ch1tt0s Web</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/index.css" />
<!-- More Info -->
<meta name="description" content="My personal website/blog!" />
<meta property="og:title" content="Ch1tt0s Web" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ch1tt0.me/" />
<meta property="og:image" content="/icon.png" />
<meta property="og:image:alt" content="Chitos Head" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon.png" type="image/png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="theme-color" content="#fafafa" />
</head>
<body>
<main>
<nav class="horizontal-navbar">
<ol class="horizontal-navbar">
<li class="horizontal-navbar">
<a href="/index.html" class="horizontal-navbar">Home</a>
</li>
<li class="horizontal-navbar">
<a href="/blog.html" class="horizontal-navbar">Blog</a>
</li>
<li class="horizontal-navbar">
<a href="/projects.html" class="horizontal-navbar">Projects</a>
</li>
</ol>
</nav>
<section id="main">
<aside>
<img src="/img/profile.png" />
<span>Ch1tt0</span>
</aside>
<section></section>
</section>
<footer>
<span>CC-BY-4.0 Ch1tt0 2026</span>
</footer>
</main>
<!-- JavaScript -->
<script src="/js/oneko.js"></script>
<noscript>Enable JavaScript!</noscript>
</body>
</html>