forked from itscodenation/hackathon-19-20
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (28 loc) · 1.45 KB
/
index.html
File metadata and controls
33 lines (28 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<title id="titl">StarCraft:Revolution</title>
<!--Chat Api-->
<script type="text/javascript" src="https://www.mylivechat.com/chatwidget.aspx?HCCID=68268000
&WidgetStartPos=topleft&WidgetPosition=leftcenter"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Your CSS Linked Below-->
<link rel="stylesheet" href="css/styles.css">
<!-- jQuery Linked Below-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Bootstrap Javascript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Your Javascript Linked Below-->
<script src="js/script.js" defer></script>
</head>
<body>
<a href="Game.bat" download>Download Game</a>
<img id="Ship" src="https://img00.deviantart.net/feab/i/2013/318/2/b/terran_alliance_command_ship_commission_by_adamkop-d6u76pm.jpg">
<!--First Page of the Game-->
<div class="container" id="firstPage">
<h1 id="GameName1">StarCraft:Revolution</h1>
<a href="page-one.html"><button id="startGame">START GAME</button></a>
</div>
</body>
</html>