-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 721 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vipermino</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="/assets/images/icon.png">
</head>
<body>
<div class="navbar">
<div id="space"></div>
<a id="main" href="../vipermino"><span class="mino">T</span>Vipermino<span class="mino">O</span></a>
<a href="../vipermino/vs">Versus</a>
<a href="../vipermino/solo">Watch Cobra</a>
<a href="../vipermino/vs-s2">versus seaosn2 idk if it even works</a>
</div>
<br><br><br><br><br>
<p id="mainbody">
Vipermino is a website where Cobra plays. Cobra is developed by Kixenon and Opyu.
</p>
</body>
</html>