-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
32 lines (25 loc) · 1.29 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"/>
<title>Testisivut</title>
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
<meta name="description" content="Testataan">
<meta name="keywords" content="e-sports, games, league of legends, portal">
<meta name="author" content="Osakeyhtiö OY">
<script src="scripts/filereader.js" type="text/javascript"></script>
<script src="scripts/jquery-3.1.1.js" type="text/javascript"></script>
</head>
<body class = "body">
<div id="frontpage_header">
<a href="index.html"><img src="images/hexat_ikonit/espot_ikonit_eSPOT.svg" class="headerlogo" ></a>
<br><br><br>
<div class="maintext">Welcome to <span style="color:red;">e</span>SPOT! Pick your game and dive in.</div>
<a href="games/lol/index.html"><img src="images/hexat_ikonit/espot_ikonit_league.svg" class ="gamelogo active"></a>
<img src="images/hexat_ikonit/espot_ikonit_cs.svg" class ="gamelogo">
<img src="images/hexat_ikonit/espot_ikonit_dota2.svg" class ="gamelogo">
<img src="images/hexat_ikonit/espot_ikonit_heartstone.svg" class ="gamelogo">
<img src="images/hexat_ikonit/espot_ikonit_keilamies.svg" class ="gamelogo">
</div>
</body>
</html>