-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1.4 KB
/
index.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
<!DOCTYPE html>
<html class=" -moz-" lang="en">
<head>
<title>SCP Tales Page</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base target="_parent" />
<link rel="stylesheet" type="text/css" href="./src/css/main.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.10.20/b-1.6.1/fh-3.1.6/kt-2.5.1/r-2.2.3/rg-1.1.1/sc-2.0.1/sp-1.0.1/datatables.css"/>
</head>
<body>
<table id="scp-tales-table" class="display" style="width:100%">
<thead>
<tr>
<th>Title</th>
<th>Author</th>
<th>Date posted</th>
<th>Tags</th>
<th>Rating</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Title</th>
<th>Author</th>
<th>Date posted</th>
<th>Tags</th>
<th>Rating</th>
</tr>
</tfoot>
</table>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdn.datatables.net/v/dt/dt-1.10.20/b-1.6.1/fh-3.1.6/kt-2.5.1/r-2.2.3/rg-1.1.1/sc-2.0.1/sp-1.0.1/datatables.js"></script>
<script src="./src/js/main.js"></script>
</body>
</html>