mirror of
https://github.com/gigirassy/plaster.git
synced 2024-12-24 18:59:08 +00:00
Update index.html
This commit is contained in:
parent
83def3ab2c
commit
aaf85e9f78
@ -27,6 +27,7 @@
|
|||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
|
text-align:center;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -58,5 +59,6 @@
|
|||||||
<button id="fetchBtn">fetch!</button>
|
<button id="fetchBtn">fetch!</button>
|
||||||
<div id="output"></div>
|
<div id="output"></div>
|
||||||
<script src="client.js"></script>
|
<script src="client.js"></script>
|
||||||
|
<p><a href="https://github.com/gigirassy/plaster">view our source code!</a> licensed under the public domain, so you can do whatever you want with it!</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user