-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (48 loc) · 2.04 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
<!doctype HTML>
<html>
<head>
<meta charset="UTF-8">
<script type="text/javascript" src="js/main.js"> </script>
<link rel="stylesheet" href="css/main.css">
<title> Startsida </title>
</head>
<body onload="TimeFunction()">
<div class="background"></div>
<div class='hidden-scrollbar'>
<div class='inner'>
<div class="SiteTable">
<div class="Row">
<div class="BannerCell">
<p style="text-align: center"><img src="img/Loga.png" width="100%" alt="Logotype"> </p>
</div>
</div>
<div class="list">
<div class=" listcell selected" onclick="location.href='index.html'"> Home </div>
<div class=" listcell" onclick="location.href='games.html'"> Games </div>
<div class=" listcell" onclick="location.href='about.html'"> About</div>
<div class=" listcell" onclick="location.href='contact.html'"> Contact </div>
</div>
<div class="Row">
<div class="ContentCell">
<p> We whole-heartedly recommend using Microsoft Edge for a faster, safer and better experience! </p>
<br>
<p> Hello, we are Gamma gaming and we love to make games. </p>
<p> On this site you will find three 10/10 games that we have made so far. </p>
<p> Please contact us through our contact page and let us know how much you love our games. Negative feedback will be removed. </p>
<p> Under "About" you can find more information about the wonderful programmers behind Gamma games.</p>
<p> We hope you will enjoy your stay here at Gamma games and we whole-heartedly recommend buying our games so that we never have to work again. Thank you! </p>
<br>
<br>
</div>
</div>
<div class="Row">
<div class="FooterCell">
<p class="time" id="timerAmPm"> </p>
</div>
</div>
</div>
<br><br>
</div>
</div>
</body>
</html>