forked from OpenGenus/quark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsites.html
34 lines (24 loc) · 873 Bytes
/
sites.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
<!DOCTYPE html>
<html>
<head>
<title>Quark</title>
<script src="js/jquery.js"></script>
<script src="js/moment.js"></script>
<script src="js/sites.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/sites.css">
</head>
<body class="body">
<nav class="navbar navbar-light justify-content-between ">
<a class="navbar-brand" href="/popup.html"></a>
<span class="navbar-text" style="color: rgb(14, 0, 0);">
Time spent on various sites
</span>
<form class="form-inline">
<input class="form-control mr-sm-2" type="search" placeholder="Search Domain" aria-label="Search" id="DomainSearch">
</form>
</nav>
<p align="center">* This Information is only visible to Quark User and does not breach user's Privacy and the Information stored *</p>
<br><br>
</body>
</html>