1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00
documize/gui/tests/index.html

34 lines
1 KiB
HTML
Raw Normal View History

2016-07-07 18:54:16 -07:00
<!DOCTYPE html>
<html>
2016-12-01 13:57:48 -08:00
<head>
2016-07-07 18:54:16 -07:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Documize Tests</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for "head"}}
{{content-for "test-head"}}
2016-12-01 13:57:48 -08:00
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link rel="stylesheet" href="{{rootURL}}assets/documize.css">
<link rel="stylesheet" href="{{rootURL}}assets/test-support.css">
2016-07-07 18:54:16 -07:00
{{content-for "head-footer"}}
{{content-for "test-head-footer"}}
2016-12-01 13:57:48 -08:00
</head>
<body>
2016-07-07 18:54:16 -07:00
{{content-for "body"}}
{{content-for "test-body"}}
2016-12-01 13:57:48 -08:00
<script src="/testem.js" integrity=""></script>
<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/test-support.js"></script>
<script src="{{rootURL}}assets/documize.js"></script>
<script src="{{rootURL}}assets/tests.js"></script>
2016-07-07 18:54:16 -07:00
{{content-for "body-footer"}}
{{content-for "test-body-footer"}}
2016-12-01 13:57:48 -08:00
</body>
2016-07-07 18:54:16 -07:00
</html>