-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.html
More file actions
27 lines (23 loc) · 719 Bytes
/
app.html
File metadata and controls
27 lines (23 loc) · 719 Bytes
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
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head>
{{ HEAD }}
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--[if IE]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<link href="/css/ie-styles.css" rel="stylesheet" type="text/css"></link>
<![endif]-->
</head>
<body {{ BODY_ATTRS }}>
<script src="https://login.drunkenmonkey88.com/jswrapper/integration.js.php?casino=drunkenmonkey88"></script>
<!-- <script src="/js/pt.js"></script> -->
<script src="/js/polyfill.js"></script> {{ APP }}
</body>
</html>
<style>
#__nuxt,
#__layout {
height: 100%;
}
</style>