-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
29 lines (26 loc) · 993 Bytes
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<b><a href="about.html">About</a>
<a href="characters.html">Characters</a>
<a href="weapons.html">Weapons</a>
<a href="other.html">Other Resources</a></b>
<a href="index.html">Go back Home</a></b>
</div>
<div id="main">
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ Menu</span>
<h1>About</h1>
This is the web interface for downloading assets for Paths of Jjaro, a 3D Marathon Fan-game.
As such, these assets are under Bungie's copyright and must not be used with comercial purposes,
it has been implied, through Bungie's support towards original asset redistribution that these are
allowed.
</div>
<script src="push.js"></script>
</body>
</html>