-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfiles.html
More file actions
57 lines (51 loc) · 1.62 KB
/
Copy pathfiles.html
File metadata and controls
57 lines (51 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<style>
.content {
top: 25px;
bottom: 50px;
position: fixed;
width: 100%;
overflow: hidden;
left: 0;
background-color: #000;
display: block;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<div id="lbar"
style="background: white; width: 100%;height: 100%; position: fixed; left: 0px; top: 0px;display: flex; align-items: center; justify-content: center;z-index: 10;">
Loading...</div>
<div class="header">Videos</div>
<div id="nofilenotice" style="color: #000000; text-align: center;">
<br><br><br><br><br><br>
<div style="background: white; padding: 15px; width: 80%;border-radius: 10px; margin: 0px auto;">
<h1>
<center>No Video File Found</center>
</h1>
<ul>
<li>Please Record One First</li>
<li>Configure File Extentions</li>
<li>Grant Permissions From Settings</li>
</ul>
</div>
</div>
<div class="content"> </div>
<div id="fdet" style="background-color: white; bottom: 27px;position: fixed;left: 0px;width: 100%;"></div>
<div class="footer">
<div class="footerelement">Search</div>
<div class="footerelement">Open</div>
<div class="footerelement">Back</div>
</div>
<script src="kaiads.v5.min.js"></script>
<script src="script.js"></script>
<script src="custommpa.js"></script>
<script src="kai.js"></script>
<script src="files.js"></script>
</body>
</html>