diff themes/mini/fragments/header.html @ 51:07b6887d3557

pasterd: split into individual pages While here add a similar mini.css theme as in imgup.
author David Demelier <markand@malikania.fr>
date Mon, 21 Dec 2020 18:22:44 +0100
parents
children e8d8eaa0da53
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/mini/fragments/header.html	Mon Dec 21 18:22:44 2020 +0100
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+	<head>
+		<meta charset="UTF-8">
+		<link rel="stylesheet" href="/static/mini-default.min.css">
+		<meta name="viewport" content="width=device-width, initial-scale=1">
+		<style>
+		.container {
+			width: 80%;
+		}
+		.responsive-label {
+			align-items: center;
+		}
+		</style>
+	</head>
+	<body>
+		<header>
+			<a href="/" class="logo">paster</a>
+			<a href="/new" class="button">new</a>
+			<a href="/search" class="button">search</a>
+		</header>
+		<div class="container">