-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.html
34 lines (30 loc) · 908 Bytes
/
data.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
33
34
<!DOCTYPE html>
<HTML>
<HEAD>
<meta>
<meta http-equiv="x-ua-compatible" content="ie=9">
</meta>
<TITLE>HTA Buttons</TITLE>
<link rel="stylesheet" href="pipboy.css">
<style>
.center {
text-align: center;
}
</style>
</HEAD>
<BODY>
<div class="screen">
<div class="screen-reflection"></div>
<div class="scan"></div>
<nav><span class="active stat"></span><span class="inv"></span><span class="data"></span><a href="map.html"><span class="map"></span></a><a href="radio.html"><span class="radio"></span></a><p><span class="status"></span><span class="off special"></span></p>
<br><br><br><div style="color:#000000;" style="float:center">
<br>
<div class="center">
<p style="color:#8df776;">THIS PAGE IS COMING SOON!</p>
<p class="map"><img src="VaultBoy.png" width="50px" height="73px" frameborder="0" style="border:0" allowfullscreen=""></iframe></p>
</div>
</nav>
</div>
</div>
</BODY>
</HTML>