Inital version

This commit is contained in:
vxclutch
2026-05-21 10:59:14 -04:00
commit 86f7cd4ecf
8 changed files with 101 additions and 0 deletions

12
templates/share.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lash v{{.Version}}</title>
</head>
<body>
<h1><a href="/{{.UUID}}" download>{{.FileName}}</a></h1>
</body>
</html>