forked from bhargavkaranam/gbmteaser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (26 loc) · 865 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>IECSE GBM</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="container">
<img class="logo" width="140" src="https://iecsemanipal.com/images/logos/iecse-logo-white.png" />
<div class="hangman">
</div>
<footer id="word">
</footer>
<footer id="details">
</footer>
</div>
</body>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script type="text/javascript" src="bower_components/js-md5/src/md5.js"></script>
<script type="text/javascript" src="bower_components/typed.js/lib/typed.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</html>