-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-k.html
79 lines (79 loc) · 3.09 KB
/
about-k.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kobeni Shrine!!!</title>
<link href="temp.css" rel="stylesheet" type="text/css" media="all">
<link rel="icon" type="image/png" href="icon.png" />
</head>
<body class="scroll">
<div id="container">
<div id="header">
<h1 class="title">About Kobeni</h1>
</div>
<div class="navbar">
<ul>
<li><a href="home.html">Home</a></li>
<li>
<a href="#">About</a>
<ul class="subitems">
<li><a href="about-k.html">About Kobeni</a></li>
<li><a href="about-s.html">About this Site</a></li>
<li><a href="#">About the Webmaster</a></li>
</ul>
<li>
<a href="media.html">Media</a>
<ul class="subitems">
<li><a href="media-o.html">Official</a></li>
<li><a href="#">Fanmade</a></li>
<li><a href="#">Personal</a></li>
</ul>
<li>
<a href="#">Blogs</a>
<ul class="subitems">
<li><a href="#">Theories & Analysis</a></li>
<li><a href="#">Fanfic</a></li>
</ul>
<li>
<a href="#">Guides</a>
<ul class="subitems">
<li><a href="#">How to draw Kobeni</a></li>
<li><a href="#">How to create a shrine site</a></li>
</ul>
<li>
<a href="#">Other</a>
<ul class="subitems">
<li><a href="collect.html">Collections</a></li>
<li><a href="squad.html">Badges & Userboxes</a></li>
<li><a href="#">Misc. Links</a></li>
<li><a href="index.html">Splash Page</a></li>
</ul>
</ul>
</div>
<div class="wrapper">
<div id="left-sidebar">
<div class="section-title">Section Title</div>
<div class="content">
<p>content here</p>
</div>
</div>
<div class="main-content">
<div class="section-title">Heading</div>
<div class="content">
<p><strong>Layout features:</strong></p>
<p>Kobeni Higashiyama is a character from Chainsaw Man by Tatsuki Fujimoto</p>
<p><strong>this page (as well as literally every other page and this entire website) is UNDER CONSTRUCTION!!!!</strong></p>
<p>In the meantime, here's a link to </p><a href="https://chainsaw-man.fandom.com/wiki/Kobeni_Higashiyama">Kobeni on the CSM fan wiki!</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<p>© Layout by <a href="https://neothemes.neocities.org/" target="_blank">NeoThemes</a></p>
</div>
</div>
</body>
</html>