-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathocs.html
69 lines (66 loc) · 2.46 KB
/
ocs.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Name & Desc-->
<title>Noelle's Original Characters</title>
<meta name="title" content="DualFighter1">
<meta name="description" content="Official OCs of DualFighter1.">
<!--Other-->
<meta name="theme-color" content="#8100ff">
<link rel="canonical" href="https://noelle.df1.dev/ocs">
<!--Open Graph-->
<meta property="og:title" content="DualFighter1">
<meta property="og:type" content="website">
<meta property="og:description" content="Official OCs of DualFighter1.">
<meta property="og:url" content="https://noelle.df1.dev">
<meta property="og:image" content="https://noelle.df1.dev/assets/main/OG-Image.png">
<!--Twitter Metadata-->
<meta property="twitter:card" content="https://noelle.df1.dev/assets/main/sitePreview.png">
<meta property="twitter:url" content="https://noelle.df1.dev/">
<meta property="twitter:title" content="DualFighter1">
<meta property="twitter:description" content="Official OCs of DualFighter1.">
<meta property="twitter:image" content="https://noelle.df1.dev/assets/main/OG-Image.png">
<!--Extra Code-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="/assets/main/favicon.ico">
</head>
<body>
<header class="panel">
<h1>Noelle Jade | DualFighter1</h1>
<nav id="navbar" class="inset-panel">
<a class="navlink " href="https://noelle.df1.dev">
<p>Home</p>
</a>
<a class="navlink " href="/bio">
<p>Bio</p>
</a>
<a class="navlink " href="/projects">
<p>Projects</p>
</a>
<a class="navlink " href="/ocs">
<p>OCs</p>
</a>
<a class="navlink " href="/drinks">
<p>Hot Drinks</p>
</a>
</nav>
</header>
<main>
<div id="other" class="mainChild">
<div id="recipes" class="panel">
<h1>Finished OCs:</h1>
<p>OCs Coming Soon</p>
</div>
</div>
<div id="recipes" class="mainChild panel">
<h1>WIP OCs:</h1>
<p>OCs Coming Soon</p>
</div>
</main>
<footer>
<iframe frameBorder="0" src="https://adverts.df1.dev/embed" id="advertisement"></iframe>
</footer>
</body>
</html>