📉🎎 Checkpoint
./views/index.html:8/774 ./public/style.css:8/88
This commit is contained in:
parent
27e3301ced
commit
72d79d81ab
@ -77,6 +77,13 @@ footer > a {
|
|||||||
color: #BBBBBB;
|
color: #BBBBBB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.glitchButton {
|
||||||
|
position: fixed !important;
|
||||||
|
top: 25px;
|
||||||
|
right: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.nicejob {
|
.nicejob {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
<h1>
|
<h1>
|
||||||
A Dream of the Future
|
A Dream of the Future
|
||||||
</h1>
|
</h1>
|
||||||
|
<div class="glitchButton"></div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
@ -49,6 +50,7 @@
|
|||||||
integrity="sha256-gvQgAFzTH6trSrAWoH1iPo9Xc96QxSZ3feW6kem+O00="
|
integrity="sha256-gvQgAFzTH6trSrAWoH1iPo9Xc96QxSZ3feW6kem+O00="
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
<script src="/client.js"></script>
|
<script src="/client.js"></script>
|
||||||
|
<script src="https://button.glitch.me/button.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user