Update settings.html.go
This commit is contained in:
parent
cba93c6ad4
commit
c6bf7bc0ca
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@
|
|||
|
||||
<head>
|
||||
<title>Settings</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||||
<LINK REL=STYLESHEET HREF="/styles.css" TYPE="text/css">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<LINK REL=STYLESHEET HREF="/styles.css" TYPE="text/css">
|
||||
<style type="text/css">
|
||||
textarea {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue