change cursor

This commit is contained in:
Dario48true 2025-05-29 16:41:03 +02:00
parent b07b8480b7
commit 4f78594c7d
9 changed files with 548 additions and 526 deletions

View file

@ -1,59 +1,61 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script> <script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
<noscript <noscript
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p ><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
></noscript> ></noscript>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta content="Dario48's wacky and wonderful website" property="og:title" /> <meta content="Dario48's wacky and wonderful website" property="og:title" />
<meta <meta
content="A website from a guy who hates web dev" content="A website from a guy who hates web dev"
property="og:description" property="og:description"
/> />
<meta content="https://dario48.site/bin/" property="og:url" /> <meta content="https://dario48.site/bin/" property="og:url" />
<meta <meta
content="https://dario48.site/home/Dario48/Pictures/folder.svg" content="https://dario48.site/home/Dario48/Pictures/folder.svg"
property="og:image" property="og:image"
/> />
<meta content="#161925" data-react-helmet="true" name="theme-color" /> <meta content="#161925" data-react-helmet="true" name="theme-color" />
<title>/bin/</title> <title>/bin/</title>
<link rel="stylesheet" href="/style.css" /> <link rel="stylesheet" href="/style.css" />
<script src="/disable_form.js" defer></script> <script src="/disable_form.js" defer></script>
<script src="/bin/crypt.js"></script> <script src="/bin/crypt.js"></script>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
<div class="column"> <div class="column">
<div class="stretch row"> <form id="navbar">
Dario48's website <div class="stretch row">
<div style="aspect-ratio: 1 / 1"> Dario48's website
<button <div style="aspect-ratio: 1 / 1">
type="button" <button
onclick="document.getElementById('body').remove();" type="button"
> onclick="document.getElementById('body').remove();"
X >
</button> X
</div> </button>
</div> </div>
<form id="disable_enter"> </div>
<input type="text" value="Hello" class="stretch" id="plaintext" /> </form>
<input type="text" value="13" class="stretch" id="key" /> <form id="disable_enter">
<button <input type="text" value="Hello" class="stretch" id="plaintext" />
type="button" <input type="text" value="13" class="stretch" id="key" />
onclick="document.getElementById('encrypted').value = encrypt(document.getElementById('plaintext').value, document.getElementById('key').value)" <button
> type="button"
Encrypt onclick="document.getElementById('encrypted').value = encrypt(document.getElementById('plaintext').value, document.getElementById('key').value)"
</button> >
<button Encrypt
type="button" </button>
onclick="document.getElementById('plaintext').value = decrypt(document.getElementById('encrypted').value, document.getElementById('key').value)" <button
> type="button"
Decrypt onclick="document.getElementById('plaintext').value = decrypt(document.getElementById('encrypted').value, document.getElementById('key').value)"
</button> >
<input type="text" value="Uryyb" class="stretch" id="encrypted" /> Decrypt
</form> </button>
</div> <input type="text" value="Uryyb" class="stretch" id="encrypted" />
</div> </form>
</body> </div>
</div>
</body>
</html> </html>

View file

@ -1,64 +1,66 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script> <script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
<noscript <noscript
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p ><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
></noscript> ></noscript>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta content="Dario48's wacky and wonderful website" property="og:title" /> <meta content="Dario48's wacky and wonderful website" property="og:title" />
<meta <meta
content="A website from a guy who hates web dev" content="A website from a guy who hates web dev"
property="og:description" property="og:description"
/> />
<meta content="https://dario48.site" property="og:url" /> <meta content="https://dario48.site" property="og:url" />
<meta <meta
content="https://dario48.site/home/Dario48/Pictures/folder.svg" content="https://dario48.site/home/Dario48/Pictures/folder.svg"
property="og:image" property="og:image"
/> />
<meta content="#161925" data-react-helmet="true" name="theme-color" /> <meta content="#161925" data-react-helmet="true" name="theme-color" />
<title>/</title> <title>/</title>
<link rel="stylesheet" href="/style.css" /> <link rel="stylesheet" href="/style.css" />
<script src="/path.js" defer></script> <script src="/path.js" defer></script>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
<div class="column"> <div class="column">
<div class="stretch row"> <form id="navbar">
Dario48's website <div class="stretch row">
<div style="aspect-ratio: 1 / 1"> Dario48's website
<button <div style="aspect-ratio: 1 / 1">
type="button" <button
onclick="document.getElementById('body').remove();" type="button"
> onclick="document.getElementById('body').remove();"
X >
</button> X
</div> </button>
</div> </div>
<form> </div>
<input type="text" value="/" class="stretch" id="path" /> </form>
</form> <form>
<nav class="row"> <input type="text" value="/" class="stretch" id="path" />
<div class="column folder"> </form>
<a href="crypto.html"> <nav class="row">
<img <div class="column folder">
src="home/Dario48/Pictures/folder.svg" <a href="crypto.html">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="home/Dario48/Pictures/folder.svg"
<p style="text-align: center">crypto.html</p> style="display: block; margin-left: auto; margin-right: auto"
</a> />
</div> <p style="text-align: center">crypto.html</p>
<div class="column folder"> </a>
<a href="point-and-click.html"> </div>
<img <div class="column folder">
src="home/Dario48/Pictures/folder.svg" <a href="point-and-click.html">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="home/Dario48/Pictures/folder.svg"
<p style="text-align: center">point-and-click.html</p> style="display: block; margin-left: auto; margin-right: auto"
</a> />
</div> <p style="text-align: center">point-and-click.html</p>
</nav> </a>
</div> </div>
</div> </nav>
</body> </div>
</div>
</body>
</html> </html>

View file

@ -1,87 +1,87 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script> <script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
<noscript <noscript
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p ><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
></noscript> ></noscript>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta content="Dario48's wacky and wonderful website" property="og:title" /> <meta content="Dario48's wacky and wonderful website" property="og:title" />
<meta <meta
content="A website from a guy who hates web dev" content="A website from a guy who hates web dev"
property="og:description" property="og:description"
/> />
<meta <meta
content="https://dario48.site/home/Dario48/Documents/" content="https://dario48.site/home/Dario48/Documents/"
property="og:url" property="og:url"
/> />
<meta <meta
content="https://dario48.site/home/Dario48/Pictures/folder.svg" content="https://dario48.site/home/Dario48/Pictures/folder.svg"
property="og:image" property="og:image"
/> />
<meta content="#161925" data-react-helmet="true" name="theme-color" /> <meta content="#161925" data-react-helmet="true" name="theme-color" />
<title>/home/Dario48/Documents/</title> <title>/home/Dario48/Documents/</title>
<link rel="stylesheet" href="/style.css" /> <link rel="stylesheet" href="/style.css" />
<script src="/path.js" defer=""></script> <script src="/path.js" defer=""></script>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
<div class="column"> <div class="column">
<div class="stretch row"> <form id="navbar">
Dario48's website <div class="stretch row">
<div style="aspect-ratio: 1 / 1"> Dario48's website
<button <div style="aspect-ratio: 1 / 1">
type="button" <button
onclick="document.getElementById('body').remove();" type="button"
> onclick="document.getElementById('body').remove();"
X >
</button> X
</div> </button>
</div> </div>
<form> </div>
<input </form>
type="text" <form>
value="/home/Dario48/Documents/" <input
class="stretch" type="text"
id="path" value="/home/Dario48/Documents/"
/> class="stretch"
</form> id="path"
<nav class="row"> />
<div class="column folder"> </form>
<a href="firma_digitale-Dario_Spinnato_.html"> <nav class="row">
<img <div class="column folder">
src="/home/Dario48/Pictures/html.svg" <a href="firma_digitale-Dario_Spinnato_.html">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="/home/Dario48/Pictures/html.svg"
<p style="text-align: center"> style="display: block; margin-left: auto; margin-right: auto"
firma_digitale-Dario_Spinnato_.html />
</p> <p style="text-align: center">
</a> firma_digitale-Dario_Spinnato_.html
</div> </p>
<div class="column folder"> </a>
<a href="spam_the_shitheads.html"> </div>
<img <div class="column folder">
src="/home/Dario48/Pictures/html.svg" <a href="spam_the_shitheads.html">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="/home/Dario48/Pictures/html.svg"
<p style="text-align: center"> style="display: block; margin-left: auto; margin-right: auto"
spam_the_shitheads.html />
</p> <p style="text-align: center">spam_the_shitheads.html</p>
</a> </a>
</div> </div>
<div class="column folder"> <div class="column folder">
<a <a
href="https://docs.google.com/presentation/d/1MWLMV_-IvuobjLQc0fvTiCasYgc0IG5M8h3XOPTVZOo/edit?usp=sharing" href="https://docs.google.com/presentation/d/1MWLMV_-IvuobjLQc0fvTiCasYgc0IG5M8h3XOPTVZOo/edit?usp=sharing"
> >
<img <img
src="/home/Dario48/Pictures/html.svg" src="/home/Dario48/Pictures/html.svg"
style="display: block; margin-left: auto; margin-right: auto" style="display: block; margin-left: auto; margin-right: auto"
/> />
<p style="text-align: center">presentazione_nietzsche.html</p> <p style="text-align: center">presentazione_nietzsche.html</p>
</a> </a>
</div> </div>
</nav> </nav>
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -1,72 +1,74 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script> <script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
<noscript <noscript
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p ><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
></noscript> ></noscript>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta content="Dario48's wacky and wonderful website" property="og:title" /> <meta content="Dario48's wacky and wonderful website" property="og:title" />
<meta <meta
content="A website from a guy who hates web dev" content="A website from a guy who hates web dev"
property="og:description" property="og:description"
/> />
<meta <meta
content="https://dario48.site/home/Dario48/Pictures/" content="https://dario48.site/home/Dario48/Pictures/"
property="og:url" property="og:url"
/> />
<meta <meta
content="https://dario48.site/home/Dario48/Pictures/folder.svg" content="https://dario48.site/home/Dario48/Pictures/folder.svg"
property="og:image" property="og:image"
/> />
<meta content="#161925" data-react-helmet="true" name="theme-color" /> <meta content="#161925" data-react-helmet="true" name="theme-color" />
<title>/home/Dario48/Pictures/</title> <title>/home/Dario48/Pictures/</title>
<link rel="stylesheet" href="/style.css" /> <link rel="stylesheet" href="/style.css" />
<script src="/path.js" defer=""></script> <script src="/path.js" defer=""></script>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
<div class="column"> <div class="column">
<div class="stretch row"> <form id="navbar">
Dario48's website <div class="stretch row">
<div style="aspect-ratio: 1 / 1"> Dario48's website
<button <div style="aspect-ratio: 1 / 1">
type="button" <button
onclick="document.getElementById('body').remove();" type="button"
> onclick="document.getElementById('body').remove();"
X >
</button> X
</div> </button>
</div> </div>
<form> </div>
<input </form>
type="text" <form>
value="/home/Dario48/Pictures/" <input
class="stretch" type="text"
id="path" value="/home/Dario48/Pictures/"
/> class="stretch"
</form> id="path"
<nav class="row"> />
<div class="column folder"> </form>
<a href="folder.html"> <nav class="row">
<img <div class="column folder">
src="/home/Dario48/Pictures/folder.svg" <a href="folder.html">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="/home/Dario48/Pictures/folder.svg"
<p style="text-align: center">folder.svg</p> style="display: block; margin-left: auto; margin-right: auto"
</a> />
</div> <p style="text-align: center">folder.svg</p>
<div class="column folder"> </a>
<a href="html.html"> </div>
<img <div class="column folder">
src="/home/Dario48/Pictures/html.svg" <a href="html.html">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="/home/Dario48/Pictures/html.svg"
<p style="text-align: center">html.svg</p> style="display: block; margin-left: auto; margin-right: auto"
</a> />
</div> <p style="text-align: center">html.svg</p>
</nav> </a>
</div> </div>
</div> </nav>
</body> </div>
</div>
</body>
</html> </html>

View file

@ -1,77 +1,79 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script> <script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
<noscript <noscript
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p ><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
></noscript> ></noscript>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta content="Dario48's wacky and wonderful website" property="og:title" /> <meta content="Dario48's wacky and wonderful website" property="og:title" />
<meta <meta
content="A website from a guy who hates web dev" content="A website from a guy who hates web dev"
property="og:description" property="og:description"
/> />
<meta content="https://dario48.site/home/Dario48/" property="og:url" /> <meta content="https://dario48.site/home/Dario48/" property="og:url" />
<meta <meta
content="https://dario48.site/home/Dario48/Pictures/folder.svg" content="https://dario48.site/home/Dario48/Pictures/folder.svg"
property="og:image" property="og:image"
/> />
<meta content="#161925" data-react-helmet="true" name="theme-color" /> <meta content="#161925" data-react-helmet="true" name="theme-color" />
<title>/home/Dario48/</title> <title>/home/Dario48/</title>
<link rel="stylesheet" href="/style.css" /> <link rel="stylesheet" href="/style.css" />
<script src="/path.js" defer=""></script> <script src="/path.js" defer=""></script>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
<div class="column"> <div class="column">
<div class="stretch row"> <form id="navbar">
Dario48's website <div class="stretch row">
<div style="aspect-ratio: 1 / 1"> Dario48's website
<button <div style="aspect-ratio: 1 / 1">
type="button" <button
onclick="document.getElementById('body').remove();" type="button"
> onclick="document.getElementById('body').remove();"
X >
</button> X
</div> </button>
</div> </div>
<form> </div>
<input type="text" value="/home/Dario48/" class="stretch" id="path" /> </form>
</form> <form>
<nav class="row"> <input type="text" value="/home/Dario48/" class="stretch" id="path" />
<div class="column folder"> </form>
<a href="Pictures/"> <nav class="row">
<img <div class="column folder">
src="/home/Dario48/Pictures/folder.svg" <a href="Pictures/">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="/home/Dario48/Pictures/folder.svg"
<p style="text-align: center">Pictures</p> style="display: block; margin-left: auto; margin-right: auto"
</a> />
</div> <p style="text-align: center">Pictures</p>
<div class="column folder"> </a>
<a href="Documents/"> </div>
<img <div class="column folder">
src="/home/Dario48/Pictures/folder.svg" <a href="Documents/">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="/home/Dario48/Pictures/folder.svg"
<p style="text-align: center">Documents</p> style="display: block; margin-left: auto; margin-right: auto"
</a> />
</div> <p style="text-align: center">Documents</p>
<div class="column folder"> </a>
<a </div>
href="compito_online-ricerca_Dario-Spinnato-4Q-RSA-13022025.html" <div class="column folder">
> <a
<img href="compito_online-ricerca_Dario-Spinnato-4Q-RSA-13022025.html"
src="/home/Dario48/Pictures/html.svg" >
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="/home/Dario48/Pictures/html.svg"
<p style="text-align: center"> style="display: block; margin-left: auto; margin-right: auto"
compito_online-ricerca_Dario-Spinnato-4Q-RSA-13022025.html />
</p> <p style="text-align: center">
</a> compito_online-ricerca_Dario-Spinnato-4Q-RSA-13022025.html
</div> </p>
</nav> </a>
</div> </div>
</div> </nav>
</body> </div>
</div>
</body>
</html> </html>

View file

@ -1,55 +1,57 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script> <script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
<noscript <noscript
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p ><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
></noscript> ></noscript>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta content="Dario48's wacky and wonderful website" property="og:title" /> <meta content="Dario48's wacky and wonderful website" property="og:title" />
<meta <meta
content="A website from a guy who hates web dev" content="A website from a guy who hates web dev"
property="og:description" property="og:description"
/> />
<meta content="https://dario48.site/home/" property="og:url" /> <meta content="https://dario48.site/home/" property="og:url" />
<meta <meta
content="https://dario48.site/home/Dario48/Pictures/folder.svg" content="https://dario48.site/home/Dario48/Pictures/folder.svg"
property="og:image" property="og:image"
/> />
<meta content="#161925" data-react-helmet="true" name="theme-color" /> <meta content="#161925" data-react-helmet="true" name="theme-color" />
<title>/home/</title> <title>/home/</title>
<link rel="stylesheet" href="/style.css" /> <link rel="stylesheet" href="/style.css" />
<script src="/path.js" defer=""></script> <script src="/path.js" defer=""></script>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
<div class="column"> <div class="column">
<div class="stretch row"> <form id="navbar">
Dario48's website <div class="stretch row">
<div style="aspect-ratio: 1 / 1"> Dario48's website
<button <div style="aspect-ratio: 1 / 1">
type="button" <button
onclick="document.getElementById('body').remove();" type="button"
> onclick="document.getElementById('body').remove();"
X >
</button> X
</div> </button>
</div> </div>
<form> </div>
<input type="text" value="/home/" class="stretch" id="path" /> </form>
</form> <form>
<nav class="row"> <input type="text" value="/home/" class="stretch" id="path" />
<div class="column folder"> </form>
<a href="Dario48/"> <nav class="row">
<img <div class="column folder">
src="Dario48/Pictures/folder.svg" <a href="Dario48/">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="Dario48/Pictures/folder.svg"
<p style="text-align: center">Dario48</p> style="display: block; margin-left: auto; margin-right: auto"
</a> />
</div> <p style="text-align: center">Dario48</p>
</nav> </a>
</div> </div>
</div> </nav>
</body> </div>
</div>
</body>
</html> </html>

View file

@ -1,82 +1,84 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script> <script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
<noscript <noscript
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p ><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
></noscript> ></noscript>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta content="Dario48's wacky and wonderful website" property="og:title" /> <meta content="Dario48's wacky and wonderful website" property="og:title" />
<meta <meta
content="A website from a guy who hates web dev" content="A website from a guy who hates web dev"
property="og:description" property="og:description"
/> />
<meta content="https://dario48.site" property="og:url" /> <meta content="https://dario48.site" property="og:url" />
<meta <meta
content="https://dario48.site/home/Dario48/Pictures/folder.svg" content="https://dario48.site/home/Dario48/Pictures/folder.svg"
property="og:image" property="og:image"
/> />
<meta content="#161925" data-react-helmet="true" name="theme-color" /> <meta content="#161925" data-react-helmet="true" name="theme-color" />
<title>/</title> <title>/</title>
<link rel="stylesheet" href="/style.css" /> <link rel="stylesheet" href="/style.css" />
<script src="/path.js" defer></script> <script src="/path.js" defer></script>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
<div class="column"> <div class="column">
<div class="stretch row"> <form id="navbar">
Dario48's website <div class="stretch row">
<div style="aspect-ratio: 1 / 1"> Dario48's website
<button <div style="aspect-ratio: 1 / 1">
type="button" <button
onclick="document.getElementById('body').remove();" type="button"
> onclick="document.getElementById('body').remove();"
X >
</button> X
</div> </button>
</div> </div>
<form> </div>
<input type="text" value="/" class="stretch" id="path" /> </form>
</form> <form>
<nav class="row"> <input type="text" value="/" class="stretch" id="path" />
<div class="column folder"> </form>
<a href="bin/"> <nav class="row">
<img <div class="column folder">
src="home/Dario48/Pictures/folder.svg" <a href="bin/">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="home/Dario48/Pictures/folder.svg"
<p style="text-align: center">bin</p> style="display: block; margin-left: auto; margin-right: auto"
</a> />
</div> <p style="text-align: center">bin</p>
<div class="column folder"> </a>
<a href="home/"> </div>
<img <div class="column folder">
src="home/Dario48/Pictures/folder.svg" <a href="home/">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="home/Dario48/Pictures/folder.svg"
<p style="text-align: center">home</p> style="display: block; margin-left: auto; margin-right: auto"
</a> />
</div> <p style="text-align: center">home</p>
<div class="column folder"> </a>
<a href="root/"> </div>
<img <div class="column folder">
src="home/Dario48/Pictures/folder.svg" <a href="root/">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="home/Dario48/Pictures/folder.svg"
<p style="text-align: center">root</p> style="display: block; margin-left: auto; margin-right: auto"
</a> />
</div> <p style="text-align: center">root</p>
<div class="column folder"> </a>
<a href="privacy_policy.html"> </div>
<img <div class="column folder">
src="home/Dario48/Pictures/html.svg" <a href="privacy_policy.html">
style="display: block; margin-left: auto; margin-right: auto" <img
/> src="home/Dario48/Pictures/html.svg"
<p style="text-align: center">privacy_policy.html</p> style="display: block; margin-left: auto; margin-right: auto"
</a> />
</div> <p style="text-align: center">privacy_policy.html</p>
</nav> </a>
</div> </div>
</div> </nav>
</body> </div>
</div>
</body>
</html> </html>

View file

@ -1,54 +1,56 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script> <script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
<noscript <noscript
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p ><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
></noscript> ></noscript>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta content="Dario48's wacky and wonderful website" property="og:title" /> <meta content="Dario48's wacky and wonderful website" property="og:title" />
<meta <meta
content="A website from a guy who hates web dev" content="A website from a guy who hates web dev"
property="og:description" property="og:description"
/> />
<meta <meta
content="https://dario48.site/privacy_policy.html" content="https://dario48.site/privacy_policy.html"
property="og:url" property="og:url"
/> />
<meta <meta
content="https://dario48.site/home/Dario48/Pictures/html.svg" content="https://dario48.site/home/Dario48/Pictures/html.svg"
property="og:image" property="og:image"
/> />
<meta content="#161925" data-react-helmet="true" name="theme-color" /> <meta content="#161925" data-react-helmet="true" name="theme-color" />
<title>/</title> <title>/</title>
<link rel="stylesheet" href="/style.css" /> <link rel="stylesheet" href="/style.css" />
<script src="/path.js" defer></script> <script src="/path.js" defer></script>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
<div class="column"> <div class="column">
<div class="stretch row"> <form id="navbar">
Dario48's website <div class="stretch row">
<div style="aspect-ratio: 1 / 1"> Dario48's website
<button <div style="aspect-ratio: 1 / 1">
type="button" <button
onclick="document.getElementById('body').remove();" type="button"
> onclick="document.getElementById('body').remove();"
X >
</button> X
</div> </button>
</div> </div>
<form> </div>
<input type="text" value="/" class="stretch" id="path" /> </form>
</form> <form>
<p style="color: white"> <input type="text" value="/" class="stretch" id="path" />
We use Clicky to log and analyze the traffic to our website. You may </form>
review Clicky's privacy policy at <p style="color: white">
<a href="http://clicky.com/terms/privacy" We use Clicky to log and analyze the traffic to our website. You may
>http://clicky.com/terms/privacy</a review Clicky's privacy policy at
> <a href="http://clicky.com/terms/privacy"
</p> >http://clicky.com/terms/privacy</a
</div> >
</div> </p>
</body> </div>
</div>
</body>
</html> </html>

View file

@ -67,3 +67,11 @@ img {
.folder { .folder {
width: 25%; width: 25%;
} }
#navbar {
cursor: grab;
}
#navbar :active {
cursor: grabbing;
}