comparison 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
comparison
equal deleted inserted replaced
50:520f57836ff3 51:07b6887d3557
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="/static/mini-default.min.css">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <style>
8 .container {
9 width: 80%;
10 }
11 .responsive-label {
12 align-items: center;
13 }
14 </style>
15 </head>
16 <body>
17 <header>
18 <a href="/" class="logo">paster</a>
19 <a href="/new" class="button">new</a>
20 <a href="/search" class="button">search</a>
21 </header>
22 <div class="container">