-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 871 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 871 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
<!-- Create by JiaLe0709(Github) -->
<!DOCTYPE html>
<html>
<head>
<title>Dewey Decimal Classification </title>
<link rel ="icon" href = "lab_logo.png" type ="image/x-icon">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link rel="stylesheet" href="index.css">
</head>
<body>
<br /><br />
<div class="container" style="width:auto;">
<h2 align="center">Dewey Decimal Classification</h2>
<h3 align="center">Key in here :</h3>
<br /><br />
<div align="center">
<input type="text" name="search" id="search" placeholder="Search Dewey Decimal" class="form-control" />
</div>
<ul class="list-group" id="result"></ul>
<br />
<script src="index.js"></script>
</div>
</body>
</html>