mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
10 lines
No EOL
225 B
HTML
10 lines
No EOL
225 B
HTML
<head>
|
|
<title>Loading...</title>
|
|
<meta name="viewport" content="initial-scale=1.0">
|
|
<link rel="shortcut icon" href="/img/favicon.ico"/>
|
|
</head>
|
|
<body>
|
|
<div class="outer-wrapper {{currentPage}}">
|
|
{{> body}}
|
|
</div>
|
|
</body> |