24 lines
No EOL
665 B
HTML
24 lines
No EOL
665 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Huegasm</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for 'head'}}
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans|Raleway' rel='stylesheet' type='text/css'>
|
|
|
|
<link rel="stylesheet" integrity="" href="{{rootURL}}assets/vendor.css">
|
|
<link rel="stylesheet" integrity="" href="{{rootURL}}assets/huegasm.css"> {{content-for 'head-footer'}}
|
|
</head>
|
|
|
|
<body>
|
|
{{content-for 'body'}}
|
|
|
|
<script src="{{rootURL}}assets/vendor.js"></script>
|
|
<script src="{{rootURL}}assets/huegasm.js"></script>
|
|
|
|
{{content-for 'body-footer'}}
|
|
</body>
|
|
|
|
</html> |