-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (19 loc) · 825 Bytes
/
index.html
File metadata and controls
24 lines (19 loc) · 825 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
<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js">
</script>
</head>
<body>
<h1 class="text-center"> Get a Random Quote </h1>
<div class="container text-center">
<blockquote class="text-left">
<p id='quote'>aaaaa</p>
<footer id='author'>aa</footer>
</blockquote>
<a type="button" class="btn btn-custom" id="new-quote">New Quote</a>
<a type="button" class="btn btn-info" id="tweet-quote"href="" target="_blank">Twitter</a>
<script src="script1.js"></script>
</body>
</html>