Update html/html.go
This commit is contained in:
parent
c9f7233da6
commit
961cbdd48d
@ -83,7 +83,8 @@ func FileListPage(req string, entries []Entry) string {
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://leech.ontake.dev" />
|
||||
<meta property="og:title" content="%s | leech.ontake.dev" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=2" />
|
||||
<meta http-equiv='Content-Type' content='Type=text/html; charset=utf-8'>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content"><img src="/assets/images/leech.png" id="leech"></img>`, req, req)
|
||||
|
Loading…
Reference in New Issue
Block a user