forked from AliceOrwell/TSW-Mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
32 lines (26 loc) · 765 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
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./css/main.css" type="text/css" />
<title>TSW Mapper - About</title>
</head>
<body>
<div id="header">
<h1>TSW Mapper</h1>
</div>
<div>
<a href="./index.html">Home</a>
<a href="./parser.html">Parser</a>
<a href="./about.html">About</a>
</div>
<div>
<h2>About</h2>
<p>This is a simple web interface to present map coordinates for the
videogame <a href="http://www.thesecretworld.com/">The Secret World</a>
(TSW), a MMORPG by <a href="http://www.funcom.com/">Funcom</a>.</p>
<h2>Attribution</h2>
<p>All map images are property of <a href="http://www.funcom.com/">Funcom</a>.</p>
</div>
</body>
</html>