-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfiles.html
More file actions
39 lines (38 loc) · 1.12 KB
/
files.html
File metadata and controls
39 lines (38 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>查看本地缓存文件</title>
<script src="https://code.iconify.design/iconify-icon/1.0.8/iconify-icon.min.js"></script>
<script
src="https://cdn.jsdelivr.net/gh/kirakiray/ofa.js@4.4.0.6/dist/ofa.min.js"
debug
></script>
<!-- <script
type="module"
src="https://cdn.jsdelivr.net/gh/ofajs/punch-ui@0.1.2/init.js"
></script> -->
<!-- <script type="module" src="http://localhost:55470/init.js"></script> -->
<script
type="module"
src="https://cdn.jsdelivr.net/gh/ofajs/punch-ui@0.1.3/init.js"
></script>
<style>
html,
body {
margin: 0;
padding: 0;
height: 100%;
}
o-app {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<o-app src="https://cdn.jsdelivr.net/gh/kirakiray/NoneOS@1.3.1/core/apps/finder/app-config.js"></o-app>
<!-- <o-app src="http://localhost:5559/core/apps/finder/app-config.js"></o-app> -->
</body>
</html>