-
Notifications
You must be signed in to change notification settings - Fork 14
/
test.html
34 lines (30 loc) · 975 Bytes
/
test.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
<!DOCTYPE html>
<html>
<head>
<title>Mural.ly</title>
<!-- ref:css /static/css/compiled.<%= buildNumber %>.css -->
<link rel="stylesheet" href="/static/css/development.css" />
<!-- endref -->
</head>
<body id="landing-page">
<!-- ref:remove -->
<script src="/static/js/not-for-compiler2.js?v=1355D6D2D38"></script>
<!-- endref -->
<!-- ref:js /static/js/compiled/murally.js -->
<script src="/static/js/compiled/external.js"></script>
<script src="/static/js/onefile.js"></script>
<script src="/static/js/other_file.js"></script>
<!-- endref -->
<!-- ref:js http://code.jquery.com/jquery-1.10.2.min.js -->
<script src="/static/js/jquery.js"></script>
<!-- endref -->
<!-- ref:remove -->
<script src="/static/js/not-for-compiler.js?v=1355D6D2D38"></script>
<!-- endref -->
<script>
bootstrapLandingPage();
</script>
<!-- ref:include analytics -->
<!-- endref -->
</body>
</html>