mirror of
https://github.com/cupcakearmy/blaze.git
synced 2025-12-09 04:35:00 +00:00
Add some content
This commit is contained in:
5
dist/index.html
vendored
5
dist/index.html
vendored
@@ -11,6 +11,7 @@
|
||||
<title>Blaze</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -46,10 +47,10 @@
|
||||
</section>
|
||||
<footer>
|
||||
<a href="/info">What is this?</a>
|
||||
<a href="https://www.buymeacoffee.com/dannyspina">Buy me a beer</a>
|
||||
<a href="https://www.buymeacoffee.com/dannyspina">Buy me a 🍺</a>
|
||||
</footer>
|
||||
<script>
|
||||
const DEV = 0,
|
||||
const DEV = "%NODE_ENV%" !== "production",
|
||||
e = DEV ? "http://localhost:8888" : "https://blaze.cyclic.app",
|
||||
t = document.querySelector("button"),
|
||||
c = document.querySelector("input");
|
||||
|
||||
Reference in New Issue
Block a user