72d79d81 by Glitch (hello-node)

:chart_with_downwards_trend::dolls: Checkpoint

./views/index.html:8/774
./public/style.css:8/88
1 parent 27e3301c
...@@ -77,6 +77,13 @@ footer > a { ...@@ -77,6 +77,13 @@ footer > a {
77 color: #BBBBBB; 77 color: #BBBBBB;
78 } 78 }
79 79
80 .glitchButton {
81 position: fixed !important;
82 top: 25px;
83 right: 25px;
84 }
85
86
80 .nicejob { 87 .nicejob {
81 text-decoration: line-through; 88 text-decoration: line-through;
82 } 89 }
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
23 <h1> 23 <h1>
24 A Dream of the Future 24 A Dream of the Future
25 </h1> 25 </h1>
26 <div class="glitchButton"></div>
26 </header> 27 </header>
27 28
28 <main> 29 <main>
...@@ -49,6 +50,7 @@ ...@@ -49,6 +50,7 @@
49 integrity="sha256-gvQgAFzTH6trSrAWoH1iPo9Xc96QxSZ3feW6kem+O00=" 50 integrity="sha256-gvQgAFzTH6trSrAWoH1iPo9Xc96QxSZ3feW6kem+O00="
50 crossorigin="anonymous"></script> 51 crossorigin="anonymous"></script>
51 <script src="/client.js"></script> 52 <script src="/client.js"></script>
53 <script src="https://button.glitch.me/button.js"></script>
52 54
53 </body> 55 </body>
54 </html> 56 </html>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!