-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (26 loc) · 1.1 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>QuoteGenerator</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="firstJS.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type = "text/css" href="style3.css">
</head>
<body>
<div class="writing">
<p id="paragraph-1">"Silent hoja warna mein violent ho jaunga" </p>
<div class="row">
<div class="button-wrap text-left col-md-6">
<!--<a href="https://twitter.com/intent/tweet?text=Premi kadi zukyo nahi ane zukshe nahi" class="twitter-share-button " data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8" data-size="large"></script>
-->
<a class="btn btn-primary c-1" target="_blank" href="#" id="lol">Tweet</a>
</div>
<div class="button-wrap text-right col-md-6">
<button class="btn btn-primary" >New Quote</button>
</div>
</div>
</div>
</body>
</html>