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