mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-15 04:35:16 +00:00
Initial album support
This commit is contained in:
20
views/partials/head.hbs
Normal file
20
views/partials/head.hbs
Normal file
@@ -0,0 +1,20 @@
|
||||
<title>rimgu</title>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!--
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="/static/manifest.json">
|
||||
<link rel="mask-icon" href="/static/favicon/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<link rel="shortcut icon" href="/static/favicon/favicon.ico">
|
||||
<meta name="msapplication-TileColor" content="#2b5797">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
-->
|
||||
|
||||
<link rel="stylesheet" href="/css/styles.css"/>
|
||||
<link rel="stylesheet" href="/css/custom.css"/>
|
||||
3
views/partials/header.hbs
Normal file
3
views/partials/header.hbs
Normal file
@@ -0,0 +1,3 @@
|
||||
<nav>
|
||||
<h2>rimgu</h2>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user