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>
<body id="body">
<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
src="/home/Dario48/Pictures/folder.svg"
style="
display: block;
margin-left: auto;
margin-right: auto;
"
/>
</div>
</nav>
</div>
<img
src="/home/Dario48/Pictures/folder.svg"
style="
height=100%;
width=100%;
"
/>
</div>
</body>
</html>

View file

@ -76,34 +76,13 @@
</head>
<body id="body">
<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
src="/home/Dario48/Pictures/html.svg"
style="
display: block;
margin-left: auto;
margin-right: auto;
"
/>
</div>
</nav>
</div>
<img
src="/home/Dario48/Pictures/html.svg"
style="
height=100%;
width=100%;
"
/>
</div>
</body>
</html>