-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html.backup
More file actions
56 lines (51 loc) · 2.12 KB
/
Copy pathindex.html.backup
File metadata and controls
56 lines (51 loc) · 2.12 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head>
<link rel="stylesheet" type="text/css" href="index.css" />
<link rel="icon" href="img/logo.png" sizes="16x16" type="image/png">
<style>
#merch #m_con th {
border: 5px solid black;
}
</style>
</head>
<body style="background-image: url('img/black.png'); background-repeat: no-repeat; background-size: cover; background-size: 100% 100%;">
<center><h1 style="color: rgb(255, 255, 255);">Deep Dive Gaming</h1></center>
<div id="selector" bgcolor="white" style="width: 100%; height: 100%; top: 0px; position: fixed;">
<table style="width: 15%; background-color: rgba(0, 0, 0, .001);">
<tr>
<th style="padding-top: 0%;"><a href="index.php"><img src="img/house1.png" width="25%" height="10%" alt="Home"></a></th>
</tr>
<br>
<tr>
<br><th style="padding-top: 20%;"><a href="crys.php"><img src="img/crys1.png" width="25%" height="8%" alt="Crystal Creatures"></a></th>
</tr>
<br>
<tr>
<th style="padding-top: 20%;"><a href="space.php"><img src="img/unnamed1.png" width="35%" height="35%" alt="Untitled Mech Game"/></a></th>
</tr>
<tr>
<th style="padding-top: 20%;"><a href="leader.php"><img src="img/leader1.png" width="25%" height="20%" alt="Leaderboards"/></a></th>
</tr>
<tr>
<th style="padding-top: 20%; padding-left: 0px; float: left; margin-left: 0px;"><img src="img/logo.png" width="50%" height="30%" alt="Leaderboards"/></th>
</tr>
</table>
</div>
<div id="int_crys">
<center><h2 style="color: rgb(255, 255, 255);">Crystal Creatures</h2>
<p style="color: rgb(255, 255, 255);">
Filler text here
</p>
</div>
</center>
<br>
<br>
<div id="int_mech">
<center><h2 style="color: rgb(255, 255, 255);">Untitled Mech Game</h2>
<p style="color: rgb(255, 255, 255);">
Filler text here
</p>
</div>
</center>
</body>
</html>