-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (25 loc) · 1.03 KB
/
index.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
<!DOCTYPE html>
<html>
<title>Home | FNF Revamped</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/w3.css">
<link rel="stylesheet" href="css/revamped-style.css"><!-- linking css -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png"> <!-- linking tab icon -->
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<body class="w3-container w3-auto">
<nav id="navigation">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./mods">Mods</a></li>
</ul>
</nav>
<h2 id="welcome">check the mods page</h2>
<div class="w3-panel w3-blue w3-border">
<p>Website in progress</p>
</div>
<br>
<a id="fnf-old" href="https://juarez2010.github.io/fnf-old" onclick="oldweb()" target="_blank">Visit the old site!</a> <!-- visit the old site if you want lol -->
</body>
</html>