commit 6908f3071cc0f9052a9954c2e67960add8daad51
parent 2645993dcbafa42394879cff78f260f367ac4f70
Author: finwo <finwo@pm.me>
Date: Tue, 28 Apr 2020 10:35:08 +0200
Make index.html appear as if it's from this millenium
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/docs/index.html b/docs/index.html
@@ -1,6 +1,15 @@
<!DOCTYPE html>
<html>
<head>
+ <style>
+ * {
+ font-family: sans-serif;
+ }
+ body {
+ margin: 1em auto;
+ max-width: 60em;
+ }
+ </style>
</head>
<body>
<h1>Ratus Specifications</h1>