git init of winget repo statistics and manager

This commit is contained in:
2024-06-06 13:47:07 +03:00
commit a71d124066
16 changed files with 814 additions and 0 deletions

14
html/master.html Normal file
View File

@@ -0,0 +1,14 @@
{{define "master"}}
<!DOCTYPE html>
<html>
<head>
<title>{{ .Title }}</title>
<link href="/public/mod.css" rel="stylesheet" type="text/css">
<script src="/public/script.js"></script>
</head>
<body>
{{template "body" .}}
</body>
</html>
{{end}}