Lua rundown

This commit is contained in:
relt-1
2023-09-23 15:37:48 +02:00
parent f6b4c0b47b
commit cdf5e7a2ae
12 changed files with 434 additions and 6 deletions

View File

@@ -25,6 +25,15 @@
}
</script>
<style>
pre {
margin-left:16px;
background-color: #EEE;
border-color: #CCC;
border-style:solid;
border-width:1px;
}
</style>
<div style="position:fixed; display:block; top: 0px; left: 0px; height:100%; width:200px;border-color: black; border-width: 1px; border-style:solid;">
<input type="text" placeholder="search..." autocomplete="off" id="searchbox" oninput="updateSearch();" style="width:192px;">
<nav>