-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRand.html
34 lines (32 loc) · 1.59 KB
/
Rand.html
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
32
33
34
<!DOCTYPEhtml>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="style.css">
<title></title>
</head>
<body class="colr">
<div class="container" id="wrapper">
<div class="d-flex justify-content-center align-items-center con">
<div class="col-xs-4" id="quote-box">
<div id="text">Your amazing quote is loading. Please Wait.</div>
<p id="author"></p>
<div class="buttons">
<button class="btn colr"><a href="twitter.com/intent/tweet" id="tweet-quote"></a><i class="fa fa-twitter" aria-hidden="true" id="twitter"></i></button>
<button class="btn colr"><i class="fa fa-tumblr" aria-hidden="true"></i></button>
<button id="new-quote" onclick="Hello()" class="btn colr">New Quote</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="myscript.js"></script>
</body>
</html>