-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhistory.html
More file actions
43 lines (34 loc) · 1.62 KB
/
Copy pathhistory.html
File metadata and controls
43 lines (34 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="assets/plugins/animate_v4/style.css" type="text/css">
<link rel="stylesheet" href="css/fonts.css" type="text/css">
<link rel="stylesheet" href="css/responsive.css" type="text/css">
<link rel="stylesheet" href="css/harrify-ui.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="icon" type="image/png" href="assets/images/favicon_48.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wikify - A Simplified WikiPedia</title>
</head>
<body>
<div class="open-overlay us">
<div class="history-header">
<div>
<a href="index.html">
<img class="fav-img" src="assets/images/favicon_48.png" alt="">
</a>
</div>
<input type="text" class="clean-input filter-history" id="filter-js" oninput="filterItem()" placeholder="Filter history">
<h1 class="fav-title">Read History</h1>
</div>
<div class="search-items-wrapper grad-scroll">
<div class="item-box history-box us"></div>
</div>
</div>
</body>
<script src="assets/plugins/jq/jquery.js"></script>
<script src="assets/plugins/magic.scroll/scroll.js"></script>
<script src="js/cblob.js"></script>
<script src="js/hist.js"></script>
</html>