-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (43 loc) · 1.35 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<head>
<title>Home</title>
<base href="/">
<link rel="stylesheet" type="text/css" href="/main.css">
<style>
h1 {
border: 2px solid blue;
padding: 30px;
}
* {
box-sizing: border-box;
}
.column {
float: left;
width: 33.33%;
padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
content: "";
clear: both;
display: table;
}
</style>
</head>
<body style="background-image:url('https://cdn.discordapp.com/attachments/445304781460865059/549038215873691680/background1.png');">
<h1 style="background-color:DodgerBlue;"><center>Welcome to Our GunnHacks 5.0 Project!</center></h1>
<p><center>Made by Grant, Nico and Daniel. Click on the link below to see our project!</center></p>
<div class="row">
<div class="column">
<img src= "https://cdn.discordapp.com/attachments/445304781460865059/549041212968009730/HOT.png" alt="Towers" width="500" height="250">
</div>
<div class="column">
<img src= "https://cdn.discordapp.com/attachments/445304781460865059/549040701795467274/HOTTER.png" alt="Enemies" width="500" height="260">
</div>
</div>
<a href = "/game"><center><h2 style="background-color:Green;">Tower Defense</h2><center></a>
<script src="testClass.js"></script>
<script src="testFunction.js"></script>
<script src="testFile.js"></script>
</body>
</html>