-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 849 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 849 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
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-polyfills/0.1.42/polyfill.min.js"></script>
<script type="text/javascript" src="script.js"></script>
<title>Transformice Title Chooser</title>
</head>
<body>
<div id="page-border"></div>
<div id="header-wrapper">
<header id="header">
<h1><a id="header-link" href="#help">Transformice Title Chooser</a></h1>
<ul id="nav"></ul>
</header>
</div>
<noscript>
<p>Please enable JavaScript to use the title chooser.</p>
</noscript>
<div id="content-wrapper">
<section id="content"></section>
</div>
<div id="footer-wrapper">
<footer id="footer"></footer>
</div>
</body>
</html>