This repository has been archived on 2021-11-05. You can view files and clone it, but cannot push or open issues/pull-requests.
omoshiroi-log-thing/template.html

41 lines
728 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: black;
color: gray;
font-family: "Consolas", "Andale Mono", "DejaVu Sans Mono", monospace; /* PLS NO COURIER I HATE COURIER */
font-size: 13px;
white-space: pre;
}
a {
color: inherit;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.date {
color: purple;
}
.ip {
color: cyan;
font-weight: bold;
}
.httpver {
color: darkred;
}
.method {
color: yellow;
/*font-weight: bold;*/
}
.url {
color: green;
}
.referrer {
color: blue;
}
</style>
</head>
<body onload="setTimeout(function(){scrollTo(0,document.body.scrollHeight)},0)">