-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (21 loc) · 721 Bytes
/
Copy pathindex.html
File metadata and controls
31 lines (21 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
<head>
<link rel="stylesheet" href="style.css">
<script src="scripts/jquery-3.2.1.js"></script>
<script src="scripts/script.js"></script>
<meta charset="utf-8">
<meta lang="br">
<title>RandomQuote</title>
</head>
<body>
<div>
<div class="quotes">
<div class="quotesContent">
<div id="quote-content">
</div>
</div>
</div>
<button id="get-another-quote-button">Random</button>
</div>
</body>
</html>