-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (32 loc) · 1.71 KB
/
index.html
File metadata and controls
50 lines (32 loc) · 1.71 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title>quoteMachine</title>
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="script.js"></script>
<!--<script language="Javascript" src="http://quotes.rationalmind.net/random.php?format=js;"> </script>-->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> -->
</head>
<!-- ************************************************************** -->
<body>
<h1>Random Quote Machine</h1>
<!-- <div> -->
<button id="new">New Quote</button>
<!-- **************************************************************** -->
<div class='quote'> </div>
<!-- ************************************************************************* -->
<!-- </div> -->
<div id"share">
<!-- Twitter -->
<a id="t" title="Share on Twitter" target="_blank" data-toggle="tooltip" data-placement="top" class="btn btn-twitter"><i class="fa fa-twitter"></i> Twitter</a>
<!-- Facebook -->
<a id="f" href="http://www.facebook.com/sharer/sharer.php?u=" title="Share on Facebook" target="_blank" data-toggle="tooltip" data-placement="top" class="btn btn-facebook"><i class="fa fa-facebook"></i> Facebook</a>
<!-- Google+ -->
<!-- <a id="g" href="https://plus.google.com/share?url=" title="Share on Google+" target="_blank" class="btn btn-googleplus"><i class="fa fa-google-plus"></i> Google+</a> -->
</div>
</body>
<!-- **************************************************************** -->
</html>