-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (48 loc) · 1.9 KB
/
index.html
File metadata and controls
57 lines (48 loc) · 1.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Main</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="../style.css" />
<link rel="shortcut icon" type="image" href="/img/okayu.png" />
<style>
body {
font-family: "Courier New", Courier, monospace;
}
</style>
</head>
<body style="background-color: #1e1e1e"></body>
<!-- Navbar -->
<div class="w3-top w3-animate-top w3-center">
<div class="w3-black ceeNoSelect" w3-card>
<a href="/index.html" class="w3-bar-item w3-monospace w3-text-purple w3-padding-large">Home</a>
<a href="/site/about.html" class="w3-bar-item w3-monospace w3-padding-large">About</a>
<a href="????????????" class="w3-amber-item w3-monospace w3-padding-large">404</a>
<a href="/site/fun.html" class="w3-amber-item w3-monospace w3-padding-large">Okayu</a>
<a href="/site/cevap.html" class="w3-amber-item w3-monospace w3-padding-large"> </a>
</div>
<!-- Text -->
<a href="../img/0bxBpZw.png" target="_blank">
<img class="w3-border w3-margin-top ceeNoSelect" src="../img/0bxBpZw.png" style="width:10%" />
<div class="w3-margin-top w3-text-white ceeNoSelect">
<a>A letter to A.</a>
</div>
<!-- Text -->
<a href="https://i.imgur.com/XEGSUDu.png" target="_blank">
<img class="w3-border w3-margin-top ceeNoSelect" src="../img/T5Qdi1x.png" style="width:10%" />
<div class="w3-margin-top w3-text-white ceeNoSelect">
<a>Cosmic</a>
</div>
<!-- Text -->
<a href="/img/fish.png" target="_blank">
<img class="w3-border w3-margin-top ceeNoSelect" src="../img/fish.png" />
<div class="w3-margin-top w3-text-white ceeNoSelect">
<a>Ceva</a><a href="">p</a>
<!-- End Page Content -->
</div>
</a>
</a>
</div>
</body>
</html>