Leo Vasanko
fb03fa5430
Server name may be set in config file. If unset, backend uses the folder name being served. This is shown in page title for site root, and subfolder names are also now shown. New icon of Droppy icon, changing only the color. Reviewed-on: #2
13 lines
540 B
HTML
13 lines
540 B
HTML
<!DOCTYPE html>
|
|
<html lang=en>
|
|
<meta charset=UTF-8>
|
|
<title>Cista Storage</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="icon" href="/src/assets/logo.svg">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
<div id="app"></div>
|