2022-05-18 00:14:26 -05:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2022-05-28 00:11:21 -05:00
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
2022-05-18 00:14:26 -05:00
|
|
|
<title>read quote</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
2022-05-28 09:03:27 -05:00
|
|
|
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
|
2022-05-18 00:14:26 -05:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-05-28 00:11:21 -05:00
|
|
|
<div class="display">
|
|
|
|
<div class="quote"></div>
|
|
|
|
</div>
|
2022-05-18 10:38:58 -05:00
|
|
|
<footer class="footer">
|
2022-05-18 00:23:56 -05:00
|
|
|
©<span id="jsyear"></span> Camille Frantz (<a href="https://github.com/fyrfli" target="_blank">@fyrfli</a>).
|
2022-05-18 10:38:58 -05:00
|
|
|
</footer>
|
2022-05-18 00:14:26 -05:00
|
|
|
<script src="app.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|