Added next steps to README; added instruction et all in footer

This commit is contained in:
2022-05-18 00:23:56 -05:00
parent eaf8a44faf
commit 0ce4c9a6cb
4 changed files with 37 additions and 0 deletions

View File

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