39 lines
1.1 KiB
HTML
Executable File
39 lines
1.1 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- stylesheets -->
|
|
<link data-trunk data-inline rel="scss" href="/static/styles/common.scss">
|
|
<link data-trunk data-inline rel="scss" href="/static/styles/penguin.scss">
|
|
|
|
<!-- fonts -->
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap">
|
|
|
|
<!-- pwa manifest -->
|
|
<!--
|
|
<link data-trunk rel="copy-file" href="/static/manifest.json">
|
|
<link rel="manifest" href="/static/manifest.json">
|
|
-->
|
|
|
|
<!-- copy image directory -->
|
|
<link data-trunk rel="copy-dir" href="/static/images">
|
|
|
|
<!-- image preloading -->
|
|
<link rel="preload" href="/images/penguin1.svg" as="image">
|
|
<link rel="preload" href="/images/penguin2.svg" as="image">
|
|
<link rel="preload" href="/images/penguin3.svg" as="image">
|
|
|
|
<!-- icon -->
|
|
<link rel="icon" type="image/png" href="/images/icon.png">
|
|
|
|
<title>hemma</title>
|
|
<meta name="description" content="Home automation and information">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app", style="width: 100%;"></div>
|
|
</body>
|
|
</html>
|