-
Notifications
You must be signed in to change notification settings - Fork 0
/
quote.php
17 lines (16 loc) · 914 Bytes
/
quote.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<style>
<?php include 'style.css'; ?>
</style>
<body class="container-fluid">
<div class="wrapper">
<h1>Thus wrote the Bard...</h1>
<div class="centered">
<div>
<p id="printQuote"></p>
<p id="author">- William Shakespeare</p></div>
<div><img id="button" onclick="generateQuote();" src="https://res.cloudinary.com/kokkieh/image/upload/v1442167532/Shakespeare%20Quote%20generator/quill.png" onmouseover="this.src='https://res.cloudinary.com/kokkieh/image/upload/v1442167532/Shakespeare%20Quote%20generator/quill2.png'" onmouseout="this.src='https://res.cloudinary.com/kokkieh/image/upload/v1442167532/Shakespeare%20Quote%20generator/quill.png'"></div>
</div> <!--Close centered-->
<div class="push"></div>
</div> <!--Close wrapper-->
<div class="footer">Powered by the STANDS4 Web Services <a href="http://www.quotes.net/quotes_api.php">Quotes API</a></div>
</body>