-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (25 loc) · 732 Bytes
/
index.html
File metadata and controls
31 lines (25 loc) · 732 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
29
30
31
<html>
<head>
<!-- Quotes -->
<script type="text/javascript" src="./app.js" defer></script>
<!-- Others -->
<link rel=stylesheet href=./mainStyle.css type="text/css">
<link rel="stylesheet" href="./animate.min.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
</head>
<body>
<center>
<div>
<div id="quote" class="option animated fadeIn">
<span id="quote-content"></span><br><br><font color=#FFA81E><span id="quote-author"></span></font>
</div>
</div>
<br />
</center>
<!-- Motivational Quotes Ad -->
<div class="outer-div">
<div class="inner-div">
</div>
</div>
</body>
</html>