-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
29 lines (20 loc) · 911 Bytes
/
project.html
File metadata and controls
29 lines (20 loc) · 911 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
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery.getJSON demo</title>
<style></style>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src = "../Project/project.js"></script>
<link rel="stylesheet" href="../Project/project.css">
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</head>
<body class ="page" id="bodyquote">
<div class = "well well-lg" id="quotediv" >
<h1 class = "quote" id="get_quote"> </h1>
<button type="button" class="btn btn-primary" data-toggle="button" aria-pressed="false" autocomplete="off">New Quote
</button>
</div>
</body>
</html>