-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 920 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href='https://fonts.googleapis.com/css?family=Nunito' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="styles/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Protein Panic!</title>
</head>
<body>
<div id="game-holder">
<div ng-view></div>
<div id="game-target">
</div>
</div>
<div>
<img class="hidden" src="images/splash-screen.png" alt="">
<a href="https://github.com/NewEvolution/proteinpanic" target="_blank">View source on Github</a>
</div>
<script data-main="app/require-config" src="lib/bower_components/requirejs/require.js"></script>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.js"></script>-->
<!--<script src="built.js"></script>-->
</body>
</html>