website

Unnamed repository; edit this file 'description' to name the repository.
git clone https://codeberg.org/emmett1/website
Log | Files | Refs | LICENSE

header (1368B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4 <meta charset="UTF-8">
      5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
      6 <title>@TITLE@ - Emmett1's Space</title>
      7 <link rel="icon" href="assets/pixelfox.png" type="image/png">
      8 <style>
      9 	body {
     10 		font-family: monospace;
     11 		font-size: 14px;
     12 		line-height: 1.25;
     13 		max-width: 60em;
     14 		margin-left: auto;
     15 		margin-right: auto;
     16 		padding-left: 1em;
     17 		padding-right: 1em;
     18 		background-color: #242424;
     19 		color: #fefefe;
     20 	}
     21 	pre {
     22 		background-color: #2b2b2b;
     23 		border-radius: 3px;
     24 		padding: 10px;
     25 		overflow-x: auto;
     26 	}
     27 	code {
     28 		color: #f7f3d6;
     29 		white-space: pre-wrap;
     30 	}
     31 	img {
     32 		display: block;
     33 		max-width: 100%;
     34 	}
     35 	hr {
     36 		border: 0;
     37 		border-top: 1px dashed #fefefe;
     38 		margin: 20px 0;
     39 	}
     40 	table {
     41 		width: 100%;
     42 		border-collapse: collapse;
     43 	}
     44 	th, td {
     45 		padding: 4px;
     46 	}
     47 	th {
     48 		background-color: #221e1f;
     49 	}
     50 	table, th, td {
     51 		border: 1px dashed #e7e8eb;
     52 	}
     53 	a {
     54 		color: #90cbf9;
     55 		text-decoration: none;
     56 	}
     57 	a:hover {
     58 		color: #869edc;
     59 		text-decoration: underline;
     60 	}
     61 	blockquote {
     62 		font-family: monospace;
     63 		font-style: italic;
     64 		margin-left: 1em;
     65 		padding-left: 1em;
     66 	}
     67 </style>
     68 </head>
     69 <body>
     70 <div class="centered-wrapper">
     71 <h1>@TITLE@</h1>
     72 <a href="/">home</a> / <a href="/posts">posts</a> / <a href="/links.html">links</a> / <a href="https://git.emmett1.my">git</a> / <a href="/pub">pub</a>
     73 <hr>