git init of winget repo statistics and manager
This commit is contained in:
14
html/master.html
Normal file
14
html/master.html
Normal 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}}
|
Reference in New Issue
Block a user