-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (29 loc) · 1.06 KB
/
index.html
File metadata and controls
41 lines (29 loc) · 1.06 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
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>NS-API GUI</title>
<link href="/backend/css/header.css" rel="stylesheet" type="text/css"/>
<link rel="icon" type="image/png" href="/backend/Images/favicon.ico"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/x2js/1.2.0/xml2json.min.js" defer></script>
</head>
<body>
<!--Header: Active = Current Page-->
<header>
<div class="header">
<a href="/index.html" class="logo">NS CODE</a>
<div class="header-right">
<a class="active" href="/index.html">Home</a>
<a class="passive" href="/en/dispatch/form.html">Dispatch Backup</a>
<a class="passive" href="/en/verify/form.html">Verification</a>
<a href="https://www.nationstates.net/nation=heaveria" target="_blank">Contact</a>
</div>
</div>
</header>
<!--Code starts here:-->
<textarea rows="10" cols="50" style="background-color:rgb(39, 38, 38); color:white;border-color:white; border-radius:5px;"></textarea>
<footer >
</footer>
</body>
</html>