-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 907 Bytes
/
index.html
File metadata and controls
27 lines (26 loc) · 907 Bytes
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
<head>
<link rel="stylesheet" href="./css/main.css"/>
<script src="./js/index.js" defer></script>
</head>
<body class="background">
<header>
<nav class="paragraph_extra">
<ul>
<li><img id="logo" src="./images/Logo.png"></li>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contactus.html">Contact Us</a></li>
<li><a href="spec.html">Specs</a></li>
</ul>
</nav>
</header>
<main>
<h1>Argus</h1>
<h2>The NerveGear - the future of VRMMORPG</h2>
<img id="img"/>
<p id="img-Desc"></p>
<h3>The NerveGear is a Full Dive System, full virtual sensory for the human body. Leave behind reality and enter your own new world <b>AINCRAD</b></h3>
</main>
<footer>
</footer>
</body>