Vulcan/client/app.html

10 lines
225 B
HTML
Raw Normal View History

2012-08-22 21:27:22 -04:00
<head>
2012-09-07 10:57:57 +09:00
<title>Loading...</title>
2012-09-18 08:07:56 +09:00
<meta name="viewport" content="initial-scale=1.0">
2012-10-19 12:59:35 +09:00
<link rel="shortcut icon" href="/img/favicon.ico"/>
2012-08-22 21:27:22 -04:00
</head>
<body>
2012-10-08 10:44:13 +09:00
<div class="outer-wrapper {{currentPage}}">
2012-09-20 10:30:55 +10:00
{{> body}}
2012-10-08 10:44:13 +09:00
</div>
2012-09-20 10:30:55 +10:00
</body>