-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.html
More file actions
27 lines (26 loc) · 867 Bytes
/
aboutus.html
File metadata and controls
27 lines (26 loc) · 867 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/main.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>About Argus</h1>
<p>Based in Tokyo Japan, Focused on Designing Full Sense Dive System, A Dream of a select Few</p>
<video width="400" controls>
<source src="./images/trailer.mp4" type="video/mp4">
</video>
</main>
<footer>
</footer>
</body>