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>
<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>
<title>project732</title>
<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>
error 404

View File

@ -1,13 +1,8 @@
<title>project732</title>
<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='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>
<input id='searchbar' placeholder='search...' type='search' style='width:60%' autofocus onkeydown='(event)=>{}'
/><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)'/>
<script>
// search function
function search(searchinput){
@ -21,5 +16,5 @@ function search(searchinput){
};
</script>
<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}