mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-06 02:43:20 +00:00
23 lines
820 B
Handlebars
23 lines
820 B
Handlebars
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="/static/favicon.png" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>storage-app</title>
|
|
<!-- TODO: use static -->
|
|
<link href="/static/css/main.css" rel="stylesheet" />
|
|
<link rel="stylesheet" href="/static/css/bulma.min.css">
|
|
<link href="/static/icons/css/fontawesome.css" rel="stylesheet" />
|
|
<link href="/static/icons/css/solid.css" rel="stylesheet" />
|
|
<link href="/static/icons/css/regular.css" rel="stylesheet" />
|
|
<link href="/static/icons/css/brands.css" rel="stylesheet" />
|
|
</head>
|
|
<body class="{{body-class}}">
|
|
{{> @partial-block }}
|
|
</body>
|
|
{{#if has-scripts}}
|
|
{{> scripts}}
|
|
{{/if}}
|
|
</html>
|