-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontent.html
56 lines (53 loc) · 2.37 KB
/
content.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#585b70">
<link rel="stylesheet" href="css/index.css" type="text/css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Oxygen|Permanent Marker|Noto Sans Traditional Chinese">
<title>A Certain Person's Website - Content</title>
<link rel="icon" type="image/x-icon" href="omg_its_img!/icon.png">
</head>
<body>
<div class="header">
<h1><a rel="internal_link" href="index.html">A CERTAIN PERSON'S WEBSITE</a></h1>
<div class="navbar">
<ul>
<li><a rel="internal_link" href="index.html">Home</a></li>
<li><a rel="internal_link" href="content.html">Content</a></li>
<li><a rel="internal_link" href="About.html">About</a></li>
<li><a rel="internal_link" href="Contacts.html">Contacts</a></li>
</ul>
</div>
</div>
<div class="bodybody">
<div class="content">
<h2>Content</h2>
<ol reversed>
<li><a rel="internal_link" href="Content/Article_4.html">The Importance of Preserving Local Languages</a></li>
<li><a rel="internal_link" href="Content/Article_3.html">My Github</a></li>
<li><a rel="internal_link" href="Content/Article_2.html">Some Hidden Fonts in Google Fonts</a></li>
<li><a rel="internal_link" href="Content/ur_mom.html">YOUR MOM!!</a> <h4 style="font-family: monospace;font-weight: normal;">Warning: There are no buttons that can lead you back to this page from YOUR MOM!!. Proceed with caution.</h4></li>
<li><a rel="internal_link" href="Content/Article_1.html">Opening Entry</a></li>
</ol>
</div>
<div class="license">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a>
<br />
<p>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
</div>
<br>
</div>
<div class="languages">
<ul>
<li>This website is also available in:</li>
<li><a rel="internal_link" href="index.html">English</a></li>
<li><a rel="internal_link" href="index(zh-Hant).html">繁體中文</a></li>
</ul>
</div>
</body>
</html>