-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
33 lines (28 loc) · 973 Bytes
/
template.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
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" type="image/png" href="./images/pAudio.jpeg"/>
<link rel="stylesheet" type="text/css" href="./tools/1ui.css"/>
<link rel="stylesheet" type="text/css" href="./tools/font-awesome-4.3.0/css/font-awesome.min.css"/>
<!-- <link rel="stylesheet" type="text/css" href="./tools/tailwind.css"/> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome</title>
</head>
<body>
<script src="./tools/jquery-1.9.1.min.js"></script>
<script>
/**
*
* */
// fetch('./Database/database.json',{
// method:"GET"
// }).then((response) => response.json()).then((data) => {
// var list = data;
// (list.cachedFolders).map((dat,index) => folders(dat,index));
// })
</script>
</body>
</html>