aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/index.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/index.html b/www/index.html
index 03f5d11..36e30c7 100644
--- a/www/index.html
+++ b/www/index.html
@@ -36,10 +36,7 @@ html, body {
36 36
37.header { 37.header {
38 text-align: center; 38 text-align: center;
39 position: absolute;
40 padding: 12px 0; 39 padding: 12px 0;
41 bottom: 0;
42 width: 100%;
43} 40}
44 41
45#cst, #source-code, .header, 42#cst, #source-code, .header,
@@ -67,13 +64,13 @@ pre {
67 <body> 64 <body>
68 <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript> 65 <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
69 <script src="./bootstrap.js"></script> 66 <script src="./bootstrap.js"></script>
67 <div class="header">
68 explore rust csts · <a href="https://git.peppe.rs/web/cstea/about">src</a>
69 </div>
70 <div class="grid-container"> 70 <div class="grid-container">
71 <div id="source-code"></div> 71 <div id="source-code"></div>
72 <div id="cst"> 72 <div id="cst">
73 </div> 73 </div>
74 </div> 74 </div>
75 <div class="header">
76 explore rust csts · <a href="https://git.peppe.rs/web/cstea">src</a>
77 </div>
78 </body> 75 </body>
79</html> 76</html>