-
Notifications
You must be signed in to change notification settings - Fork 15
/
test-frame.xhtml
32 lines (22 loc) · 1.07 KB
/
test-frame.xhtml
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
---
---
<html lang="en" xml:lang="en" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap/css/bootstrap.min.css" type="text/css" />
<!-- Optional theme -->
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap/css/bootstrap-theme.min.css" type="text/css" />
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css" />
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/verovio.css" />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="{{ site.baseurl }}/javascript/jquery.min.js"></script>
<script src="{{ site.baseurl }}/javascript/bootstrap.min.js"></script>
</head>
<body>
{% include test-version.html %}
</body>
</html>