-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (38 loc) · 1.58 KB
/
index.html
File metadata and controls
39 lines (38 loc) · 1.58 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" type="image/png" href="img/favicon.png">
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="WinlatorXR" />
<meta name="description" content="WinlatorXR" />
<meta name="robots" content="index,nofollow" />
<meta name="copyright" content="WinlatorXR" />
<link rel="stylesheet" href="styles.css">
<title>WinlatorXR</title>
</head>
<body>
<script src="scripts.js" defer></script>
<div class="topbar">
<input type="checkbox" id="menuToggle">
<label for="menuToggle" class="hamburger">
<img src="img/menu.png" height="80dp"/>
<img src="img/winlatorxr.png" height="80dp"/>
</label>
<nav class="nav-links">
<span><a href="about.html" target="contentFrame">About</a></span>
<span><a href="compatibility.html" target="contentFrame">Compatibility</a></span>
<span><a href="resources.html" target="contentFrame">Resources</a></span>
<span><a href="tutorials.html" target="contentFrame">Tutorials</a></span>
<span><a href="updates.html" target="contentFrame">Updates</a></span>
<span><a href="xrapi.html" target="contentFrame">XR API</a></span>
</nav>
</div>
<hr>
<center>
<iframe name="contentFrame" src="about.html"></iframe>
</center>
<footer>
</footer>
</body>
</html>