40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>/home/</title>
|
|
<link rel="stylesheet" href="/style.css" />
|
|
<script src="/path.js" defer=""></script>
|
|
</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/" class="stretch" id="path" />
|
|
</form>
|
|
<nav class="row">
|
|
<div class="column folder">
|
|
<a href="Dario48/">
|
|
<img
|
|
src="Dario48/Pictures/folder.svg"
|
|
style="display: block; margin-left: auto; margin-right: auto"
|
|
/>
|
|
<p style="text-align: center">Dario48</p>
|
|
</a>
|
|
</div>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|