Add backend
This commit is contained in:
37
frontend/index.html
Executable file
37
frontend/index.html
Executable file
@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="Karaokelåtar på IT">
|
||||
|
||||
<!-- 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">
|
||||
<link data-trunk rel="scss" href="/static/styles/marquee.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>SingIT</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app", style="width: 100%;"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user