1
0
Fork 0
This commit is contained in:
Arthur K. 2025-05-29 17:14:23 +03:00
parent 459cf79f50
commit 44a6e04a42
Signed by: wzray
GPG key ID: B97F30FDC4636357
10 changed files with 23 additions and 182 deletions

View file

@ -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 %}