44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
|
<html lang="">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport"
|
||
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
<link href="/public/css/pico.slate.css" rel="stylesheet">
|
||
|
<link rel="stylesheet" href="/public/css/pico.colors.min.css">
|
||
|
<style>
|
||
|
:root {
|
||
|
--pico-border-radius: 0;
|
||
|
--pico-form-element-spacing-vertical: .3rem;
|
||
|
--pico-form-element-spacing-horizontal: .5rem;
|
||
|
--pico-font-size: 100%;
|
||
|
}
|
||
|
.item {
|
||
|
padding: 10px;
|
||
|
}
|
||
|
</style>
|
||
|
<title>Webchain</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<main class="container">
|
||
|
<div style="margin-bottom: 100px;">
|
||
|
<div style="float: left;">
|
||
|
<h1>Links</h1>
|
||
|
</div>
|
||
|
<div style="float: right;">
|
||
|
<h4>{{ username }}</h4>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="grid">
|
||
|
<div class="item pico-background-slate-800">Placeholder</div>
|
||
|
<div class="item pico-background-slate-800">Placeholder</div>
|
||
|
<div class="item pico-background-slate-800">Placeholder</div>
|
||
|
<div class="item pico-background-slate-800">Placeholder</div>
|
||
|
</div>
|
||
|
<footer style="margin-top: 100px;">
|
||
|
<a href="/logout">Logout</a>
|
||
|
</footer>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|