surrealpatch/gui/app/index.html

26 lines
652 B
HTML
Raw Normal View History

2016-05-14 10:20:59 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gui</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for "head"}}
2016-08-19 12:35:09 +00:00
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link rel="stylesheet" href="{{rootURL}}assets/gui.css">
2016-05-14 10:20:59 +00:00
{{content-for "head-footer"}}
</head>
<body>
{{content-for "body"}}
2016-08-19 12:35:09 +00:00
<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/gui.js"></script>
2016-05-14 10:20:59 +00:00
{{content-for "body-footer"}}
</body>
</html>