feat: home page with URL conversion endpoint

style: mobile optimization
This commit is contained in:
httpjamesm
2022-12-27 23:39:34 -05:00
parent 85dad1cbe0
commit 2ae093b43d
6 changed files with 166 additions and 11 deletions

View File

@ -3,6 +3,8 @@
<head>
<title>{{ .title }}</title>
<link rel="stylesheet" href="/static/question.css" />
<link rel="stylesheet" href="/static/globals.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; style-src 'self'; script-src 'none'; img-src https:;"