This commit is contained in:
parent
459cf79f50
commit
44a6e04a42
10 changed files with 23 additions and 182 deletions
|
@ -1,25 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="icon" href="https://cdn.wzray.com/web/favicon.ico">
|
||||
<link rel="stylesheet" href="https://cdn.wzray.com/web/fonts/mononoki.css">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>bin.</title>
|
||||
<link rel="help" href="https://github.com/w4/bin">
|
||||
<title>bin</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; }
|
||||
html, body { margin: 0; }
|
||||
body {
|
||||
height: 100vh;
|
||||
padding: 2rem;
|
||||
background: #263238;
|
||||
color: #B0BEC5;
|
||||
line-height: 1.4;
|
||||
background: #101010;
|
||||
color: #c6c6c6;
|
||||
display: flex;
|
||||
}
|
||||
body, code, textarea { font-family: monospace; }
|
||||
code {
|
||||
display: block;
|
||||
}
|
||||
body, code, textarea { font-family: mononoki; }
|
||||
{% block styles %}{% endblock styles %}
|
||||
</style>
|
||||
{% block head %}{% endblock head %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue