-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogress.html
59 lines (50 loc) · 1.36 KB
/
progress.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Terms & Conditions Analyzer - Progress</title>
<style>
body {
width: 300px;
height: 150px;
font-family: Arial, sans-serif;
text-align: center;
padding: 20px;
}
h1 {
color: #5c79e3;
font-size: 40px;
font-weight: 2000;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida';
margin-bottom: 30px;
letter-spacing: 1px;
}
.subtext {
font-size: 14px;
color: #999;
margin-top: -20px;
}
.link {
margin-top: 0%;
margin-bottom: 0%;
color: #999;
}
#progressText {
font-size: 18px;
font-weight: bold;
}
</style>
</head>
<body>
<center>
<h1>PolicyPal</h1>
<p class="subtext">Your Smart Companion for Terms & Privacy Analysis</p>
<div id="progressText">Scrapping Content...</div>
</center>
<div id="loading">
<img width="60%" alt="loading"
src="http://static.demilked.com/wp-content/uploads/2016/06/gif-animations-replace-loading-screen-11.gif">
<p class="link">gd03champ.web.app</p>
</div>
<script src="progress.js"></script>
</body>
</html>