forked from tejaswini22199/KnowledgeShare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
69 lines (63 loc) · 2.17 KB
/
resources.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
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="switch">Dark mode:
<span class="inner-switch" >OFF</span>
</div>
<table class="table table-stripped mt-5">
<thead>
<tr>
<th>Title</th>
<th>Author</th>
<th>Links</th>
<th>Date</th>
<th></th>
</tr>
</thead>
<tbody id="resource-list">
</tbody>
</table>
<button class="btn btn-primary btn-block" onclick="clearlist()" >Clear List </button>
<button class="btn btn-info ChangeButton" onclick="GoBack()">Click me to go back</button>
<script src="book.js"></script>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="script.js"></script>
</body>
=======
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<table class="table table-stripped mt-5">
<thead>
<tr>
<th>Title</th>
<th>Author</th>
<th>Links</th>
<th>Date</th>
<th></th>
</tr>
</thead>
<tbody id="resource-list">
</tbody>
</table>
<button class="btn btn-primary btn-block" onclick="clearlist()" >Clear List </button>
<button class="btn btn-info ChangeButton" onclick="GoBack()">Click me to go back</button>
<script src="book.js"></script>
</div>
</body>
</html>