update the html

This commit is contained in:
Dario48true 2025-02-15 18:05:17 +01:00
parent 5f2087fd76
commit 0805b44619
2 changed files with 14 additions and 56 deletions

View file

@ -76,34 +76,13 @@
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
<div class="column">
<div class="stretch row">
Dario48's website
<div style="aspect-ratio: 1 / 1">
<button
type="button"
onclick="document.getElementById('body').remove();"
>
X
</button>
</div>
</div>
<form>
<input type="text" value="/home/Dario48/Pictures/folder.svg" class="stretch" />
</form>
<nav class="row">
<div style="display: inline-block; overflow: hidden">
<img <img
src="/home/Dario48/Pictures/folder.svg" src="/home/Dario48/Pictures/folder.svg"
style=" style="
display: block; height=100%;
margin-left: auto; width=100%;
margin-right: auto;
" "
/> />
</div> </div>
</nav>
</div>
</div>
</body> </body>
</html> </html>

View file

@ -76,34 +76,13 @@
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
<div class="column">
<div class="stretch row">
Dario48's website
<div style="aspect-ratio: 1 / 1">
<button
type="button"
onclick="document.getElementById('body').remove();"
>
X
</button>
</div>
</div>
<form>
<input type="text" value="/home/Dario48/Pictures/html.svg" class="stretch" />
</form>
<nav class="row">
<div class="column folder">
<img <img
src="/home/Dario48/Pictures/html.svg" src="/home/Dario48/Pictures/html.svg"
style=" style="
display: block; height=100%;
margin-left: auto; width=100%;
margin-right: auto;
" "
/> />
</div> </div>
</nav>
</div>
</div>
</body> </body>
</html> </html>