rebuilding site Mon Aug 2 05:03:49 PM CST 2021

This commit is contained in:
James Feng Cao 2021-08-02 17:03:49 +08:00
parent f569546736
commit a7beef08d7
6 changed files with 45 additions and 4 deletions

15
searchurl/homescreen.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width" />
<script>function g(){
let d=document;
let f=d.forms[0];
window.open("i:0i/sdcard/uweb/home.css:"+f.b.value+":http://jamesfengcao.gitee.io/uwebzh/searchurl/template/home.css");
return false;
}
</script><style>
input{height:40px;width:100%;border-radius:50px;}
</style>
<title>主屏设置</title></head><body>
<form onsubmit="return g();" style="margin:5px 0 5px 0;padding:0px">
<input name=b placeholder="背景图片url, 可为配置目录下图像文件名"/><br>
<input type="submit" value="设置主屏">
</form>