[go: up one dir, main page]

Menu

[2ad967]: / app.html  Maximize  Restore  History

Download this file

90 lines (90 with data), 3.8 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!doctype html>
<html>
<head>
<title>The f.l.a.m.e.s Game</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./thirdparty/css/bootstrap.min.css"/>
<link rel="stylesheet" href="./thirdparty/css/cac_champagneregular.min.css"/>
<link rel="stylesheet" href="./thirdparty/css/font-awesome.min.css"/>
<link rel="stylesheet" href="./css/style.css"/>
<link href="https://fonts.googleapis.com/css?family=Alex+Brush" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- Page Content -->
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 text-center">
<div style="width:100%; height:15vh;">&nbsp;</div>
</div>
</div>
<div class="row" ng-app="flames">
<div class="col-lg-12 col-md-12 col-sm-12 text-center">
<ng-view></ng-view>
</div>
</div>
<!-- /.row -->
</div>
<div style="width:100%; height:15vh;">&nbsp;</div>
<!-- /.container -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="margin-20 text-center">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3">About</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">Site made by <br class="show-xs"/><a href="https://svijaykoushik.github.io">Vijay Koushik</a></div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3">
<!-- AddToAny BEGIN -->
<!--<a class="a2a_dd" href="https://www.addtoany.com/share">Share</a>
<script>
var a2a_config = a2a_config || {};
a2a_config.linkurl = "http://flames.localhost:8080/";
a2a_config.>
a2a_config.num_services = 4;
a2a_config.color_main = "000000";
a2a_config.color_border = "000000";
a2a_config.color_link_text = "fff";
a2a_config.color_link_text_hover = "fff";
a2a_config.color_bg = "210409";
a2a_config.color_arrow = "fff";
a2a_config.color_arrow_hover = "fff";
</script>
<script async src="https://static.addtoany.com/menu/page.js"></script>-->
<!-- AddToAny END -->
<!-- AddToAny BEGIN -->
<a class="a2a_dd" href="https://www.addtoany.com/share">Share</a>
<script>
var a2a_config = a2a_config || {};
a2a_config.linkurl = "http://flames.localhost:8080/";
a2a_config.onclick = 1;
a2a_config.num_services = 6;
a2a_config.color_main = "000000";
a2a_config.color_border = "000000";
a2a_config.color_link_text = "ffffff";
a2a_config.color_link_text_hover = "ffffff";
a2a_config.color_bg = "210409";
a2a_config.color_arrow = "fff";
a2a_config.color_arrow_hover = "fff";
a2a_config.prioritize = ["copy_link", "email", "facebook", "twitter", "whatsapp", "google_plus", "tumblr", "facebook_messenger", "line", "skype", "sms", "telegram", "viber", "wechat", "yahoo_messenger", "google_gmail", "outlook_com", "printfriendly", "google_bookmarks", "yahoo_bookmarks"];
</script>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<!-- AddToAny END -->
</div>
</div>
</div>
</div>
</footer>
<script src="./thirdparty/js/pace.min.js"></script>
<script src="./thirdparty/js/angular.min.js"></script>
<script src="./thirdparty/js/angular-route.min.js"></script>
<!-- jQuery Version 1.11.1 -->
<script src="./thirdparty/js/jquery.js"></script>
<script src="./thirdparty/js/bootstrap.min.js"></script>
<script src="./js/flames.js"></script>
</body>
</html>