-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (32 loc) · 867 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
30
31
32
33
34
35
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<title>Sri web materialui template</title>
<style>
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
body {
margin: 0;
font-size: 13px;
line-height: 20px;
background:#ECEBEB;
}
</style>
</head>
<body>
<div id="app"></div>
<!--all js dependencies-->
<script type="text/javascript" src="assets/mainpage-bundle.js"></script>
<!-- Include Scala.js compiled code -->
<script type="text/javascript" src="assets/sri-web-materialui-template-opt.js"></script>
<!-- Run JSApp -->
<script>sri.playground.web.WebApp().main()</script>
</body>
</html>