mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
w3 fixes
This commit is contained in:
parent
d46bc3dfd1
commit
f6c082039a
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Pi-KVM</title>
|
<title>Pi-KVM</title>
|
||||||
@ -17,7 +17,6 @@
|
|||||||
<link rel="stylesheet" href="css/msd.css">
|
<link rel="stylesheet" href="css/msd.css">
|
||||||
<link rel="stylesheet" href="css/keyboard.css">
|
<link rel="stylesheet" href="css/keyboard.css">
|
||||||
<link rel="stylesheet" href="css/about.css">
|
<link rel="stylesheet" href="css/about.css">
|
||||||
</head>
|
|
||||||
|
|
||||||
<script src="js/tools.js"></script>
|
<script src="js/tools.js"></script>
|
||||||
<script src="js/stream.js"></script>
|
<script src="js/stream.js"></script>
|
||||||
@ -31,6 +30,7 @@
|
|||||||
<script src="js/main.js"></script>
|
<script src="js/main.js"></script>
|
||||||
|
|
||||||
<script>window.onload = main;</script>
|
<script>window.onload = main;</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<ul id="ctl">
|
<ul id="ctl">
|
||||||
@ -131,6 +131,7 @@
|
|||||||
<td>Image size:</td>
|
<td>Image size:</td>
|
||||||
<td id="msd-current-image-size"></td>
|
<td id="msd-current-image-size"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
<td>Storage size:</td>
|
<td>Storage size:</td>
|
||||||
<td id="msd-storage-size"></td>
|
<td id="msd-storage-size"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user