major refactoring
This commit is contained in:
parent
91aa8371e9
commit
78b5e5f796
14 changed files with 712 additions and 576 deletions
19
pkg/srv/templates/video.html
Normal file
19
pkg/srv/templates/video.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#111111">
|
||||
<meta name="description" content="cachefs">
|
||||
<title>cachefs | {{.Paths.Base}}</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #111;
|
||||
margin: 0px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<video id="video" style="width: 100%; height: 100%;" src="{{.Paths.Base}}" controls=""></video>
|
||||
<script>document.getElementById("video").volume=0.5;</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue