1
0
Fork 0

reformatted

This commit is contained in:
rooir 2024-01-04 14:30:54 +08:00
parent 2abaa80add
commit a629e2533b
2 changed files with 7 additions and 11 deletions

View File

@ -1,4 +1,5 @@
<title>rooir!</title> <title>project732</title>
<style>*{color:#eee;background:#111;white-space:pre-wrap;font-family:monospace;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;border:none;outline:none}textarea{width:100%;height:calc(100% - 2.4em)}@media(prefers-color-scheme:light){*{color:#111;background:#eee}}</style> <meta name='color-scheme' content='dark light'>
<style>*{margin:0;padding:0;white-space:pre-wrap;font-family:monospace;-ms-overflow-style:none;scrollbar-width:none;background:none}</style>
<a href="/">home</a> <a href="/">home</a>
error 404 error 404

View File

@ -1,13 +1,8 @@
<title>project732</title> <title>project732</title>
<meta name='color-scheme' content='dark light'> <meta name='color-scheme' content='dark light'>
<div style='display:flex;justify-content:space-between'> <input id='searchbar' placeholder='search...' type='search' style='width:60%' autofocus onkeydown='(event)=>{}'
<input id='searchbar' placeholder='search...' type='search' style='width:60%' autofocus /><input id='username' placeholder='username...' type='text' style='width:20%' onload='document.getElementById("username").value=localStorage.getItem("username")' oninput='localStorage.setItem("username", this.value)'
onkeydown='(event)=>{}' /> /><input id='authkey' placeholder='auth key...' type='password' style='width:20%' onload='document.getElementById("authkey").value=localStorage.getItem("authkey")' oninput='localStorage.setItem("authkey", this.value)'/>
<input id='username' placeholder='username...' type='text' style='width:20%'
onload='document.getElementById("username").value=localStorage.getItem("username")' oninput='localStorage.setItem("username", this.value)' />
<input id='authkey' placeholder='auth key...' type='password' style='width:20%'
onload='document.getElementById("authkey").value=localStorage.getItem("authkey")' oninput='localStorage.setItem("authkey", this.value)' />
</div>
<script> <script>
// search function // search function
function search(searchinput){ function search(searchinput){
@ -21,5 +16,5 @@ function search(searchinput){
}; };
</script> </script>
<style> <style>
*{margin:0;padding:0;white-space:pre-wrap;font-family:monospace;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;border:none;outline:none;background:none} *{margin:0;padding:0;font-family:monospace;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;border:none;outline:none;background:none}
::-webkit-scrollbar{display:none} ::-webkit-scrollbar{display:none}