mvp
This commit is contained in:
28
templates/index.tpl
Normal file
28
templates/index.tpl
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>kls</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<meta property="og:title" content="kls" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://kls.ai6ua.net/" />
|
||||
<style>
|
||||
* { font-size: large; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>KLS</h2>
|
||||
{{ if (ne .Short "") }}
|
||||
<p>Short code: {{.Short}}</p>
|
||||
{{ end }}
|
||||
<form action="/" method="POST">
|
||||
<textarea id="value" name="value" rows="1" cols="32">
|
||||
</textarea>
|
||||
<br />
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user