forked from crony/UpFast
18 lines
304 B
HTML
18 lines
304 B
HTML
|
{{define "files"}}
|
||
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<title>Files - UpFast</title>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<link href="/css/files.css" rel="stylesheet" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>File List</h1>
|
||
|
</body>
|
||
|
|
||
|
</html>
|
||
|
{{end}}
|