mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add charset for advanced config
This commit is contained in:
parent
d6a016d487
commit
e6f0ef87e5
2 changed files with 2 additions and 11 deletions
|
@ -3,7 +3,7 @@ let names = ["font","cursive","fantasy","fixed","sansserif","serif"];
|
|||
|
||||
let d=document;
|
||||
|
||||
let sa = [`<style>input{height:40px;width:100%;border-radius:50px;}</style>
|
||||
let sa = [`<head><meta charset="utf-8"><meta name="viewport" content="width=device-width" /></head><style>input{height:40px;width:100%;border-radius:50px;}</style>
|
||||
<datalist id="family">
|
||||
<option value="sans-serif">
|
||||
<option value="sans-serif-condensed">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue