| git.druid.rocks | index | druid520 | btf | html/ | test.html |
html/test.html
<!DOCTYPE html>
<html>
<head>
<style>
* {
box-sizing: border-box;
}
body {
background: #0a0a0a;
color: #b8b8b8;
font: 14px/1.6 "Courier New", Courier, monospace;
max-width: 72ch;
margin: 0 auto;
padding: 2ch 2ch 8ch 2ch;
}
h1, h2, h3, h4 {
color: #d0d0d0;
font: bold 16px/1.4 "Courier New", Courier, monospace;
border-bottom: 1px solid #222;
margin: 1.5em 0 0.5em 0;
}
a {
color: #88ccbb;
text-decoration: none;
}
a:hover {
background: #222;
color: #cceecc;
}
pre, code {
font: 14px/1.4 "Courier New", Courier, monospace;
background: #0f0f0f;
padding: 0.5em;
overflow-x: auto;
}
hr {
border: 0;
border-top: 1px solid #222;
margin: 1.5em 0;
}
ul, ol {
padding-left: 2ch;
}
table {
border-collapse: collapse;
}
th, td {
border: 1px solid #222;
padding: 0.3em 0.6em;
}
th {
background: #111;
color: #d0d0d0;
}
#btf-hdr {
text-align: right;
color: #555;
font: 11px/1 "Courier New", Courier, monospace;
border-bottom: 1px solid #1a1a1a;
padding-bottom: 0.4em;
margin-bottom: 1.5em;
}
#btf-hdr a {
color: #666;
}
#btf-hdr a:hover {
background: transparent;
color: #999;
}
#btf-ftr {
text-align: right;
color: #444;
font: 11px/1 "Courier New", Courier, monospace;
border-top: 1px solid #1a1a1a;
padding-top: 0.5em;
margin-top: 2em;
}
#btf-ftr a {
color: #555;
}
#btf-ftr a:hover {
background: transparent;
color: #888;
}
#tabs {
display: flex;
flex-wrap: wrap;
gap: 0.3em 1.2em;
border-bottom: 1px solid #222;
padding-bottom: 0.5em;
margin-bottom: 1.5em;
font: 13px/1 "Courier New", Courier, monospace;
}
#tabs a {
color: #88ccbb;
}
#tabs a:hover {
background: #222;
color: #cceecc;
}
#filetree {
background: #0f0f0f;
padding: 0.8em 1em;
margin: 0.5em 0;
overflow-x: auto;
font: 13px/1.5 "Courier New", Courier, monospace;
}
#filetree a {
color: #88ccbb;
}
#filetree a:hover {
background: #222;
color: #cceecc;
}
</style>
</head>
<body>
<div id="btf-hdr"><small>do not edit — generated by <a href="https://git.druid.rocks/druid520/btf.git">btf</a>.</small></div>
<p>hello <strong>world</strong></p><div id="btf-ftr"><small><a href="https://git.druid.rocks/druid520/btf.git">powered by btf.</a></small></div>
</body>
</html>