This commit is contained in:
2022-05-18 10:45:12 -05:00
3 changed files with 11 additions and 40 deletions

View File

@ -11,13 +11,10 @@
</head>
<body>
<div class="display hidden"></div>
<div class="instructions">
<p>{{ Hit Reload to see a new quote }}</p>
</div>
<div class="footer">
<div class="display"></div>
<footer class="footer">
&copy;<span id="jsyear"></span> Camille Frantz (<a href="https://github.com/fyrfli" target="_blank">@fyrfli</a>).
</div>
</footer>
<script src="app.js"></script>
</body>