change cursor
This commit is contained in:
parent
b07b8480b7
commit
4f78594c7d
9 changed files with 548 additions and 526 deletions
114
bin/crypto.html
114
bin/crypto.html
|
@ -1,59 +1,61 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta content="https://dario48.site/bin/" property="og:url" />
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/bin/</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/disable_form.js" defer></script>
|
||||
<script src="/bin/crypt.js"></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 id="disable_enter">
|
||||
<input type="text" value="Hello" class="stretch" id="plaintext" />
|
||||
<input type="text" value="13" class="stretch" id="key" />
|
||||
<button
|
||||
type="button"
|
||||
onclick="document.getElementById('encrypted').value = encrypt(document.getElementById('plaintext').value, document.getElementById('key').value)"
|
||||
>
|
||||
Encrypt
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
onclick="document.getElementById('plaintext').value = decrypt(document.getElementById('encrypted').value, document.getElementById('key').value)"
|
||||
>
|
||||
Decrypt
|
||||
</button>
|
||||
<input type="text" value="Uryyb" class="stretch" id="encrypted" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta content="https://dario48.site/bin/" property="og:url" />
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/bin/</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/disable_form.js" defer></script>
|
||||
<script src="/bin/crypt.js"></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
<div class="column">
|
||||
<form id="navbar">
|
||||
<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>
|
||||
<form id="disable_enter">
|
||||
<input type="text" value="Hello" class="stretch" id="plaintext" />
|
||||
<input type="text" value="13" class="stretch" id="key" />
|
||||
<button
|
||||
type="button"
|
||||
onclick="document.getElementById('encrypted').value = encrypt(document.getElementById('plaintext').value, document.getElementById('key').value)"
|
||||
>
|
||||
Encrypt
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
onclick="document.getElementById('plaintext').value = decrypt(document.getElementById('encrypted').value, document.getElementById('key').value)"
|
||||
>
|
||||
Decrypt
|
||||
</button>
|
||||
<input type="text" value="Uryyb" class="stretch" id="encrypted" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
124
bin/index.html
124
bin/index.html
|
@ -1,64 +1,66 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta content="https://dario48.site" property="og:url" />
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/</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="/" class="stretch" id="path" />
|
||||
</form>
|
||||
<nav class="row">
|
||||
<div class="column folder">
|
||||
<a href="crypto.html">
|
||||
<img
|
||||
src="home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">crypto.html</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="point-and-click.html">
|
||||
<img
|
||||
src="home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">point-and-click.html</p>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta content="https://dario48.site" property="og:url" />
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/path.js" defer></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
<div class="column">
|
||||
<form id="navbar">
|
||||
<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>
|
||||
<form>
|
||||
<input type="text" value="/" class="stretch" id="path" />
|
||||
</form>
|
||||
<nav class="row">
|
||||
<div class="column folder">
|
||||
<a href="crypto.html">
|
||||
<img
|
||||
src="home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">crypto.html</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="point-and-click.html">
|
||||
<img
|
||||
src="home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">point-and-click.html</p>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,87 +1,87 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Documents/"
|
||||
property="og:url"
|
||||
/>
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/home/Dario48/Documents/</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/Dario48/Documents/"
|
||||
class="stretch"
|
||||
id="path"
|
||||
/>
|
||||
</form>
|
||||
<nav class="row">
|
||||
<div class="column folder">
|
||||
<a href="firma_digitale-Dario_Spinnato_.html">
|
||||
<img
|
||||
src="/home/Dario48/Pictures/html.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">
|
||||
firma_digitale-Dario_Spinnato_.html
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="spam_the_shitheads.html">
|
||||
<img
|
||||
src="/home/Dario48/Pictures/html.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">
|
||||
spam_the_shitheads.html
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a
|
||||
href="https://docs.google.com/presentation/d/1MWLMV_-IvuobjLQc0fvTiCasYgc0IG5M8h3XOPTVZOo/edit?usp=sharing"
|
||||
>
|
||||
<img
|
||||
src="/home/Dario48/Pictures/html.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">presentazione_nietzsche.html</p>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Documents/"
|
||||
property="og:url"
|
||||
/>
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/home/Dario48/Documents/</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/path.js" defer=""></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
<div class="column">
|
||||
<form id="navbar">
|
||||
<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>
|
||||
<form>
|
||||
<input
|
||||
type="text"
|
||||
value="/home/Dario48/Documents/"
|
||||
class="stretch"
|
||||
id="path"
|
||||
/>
|
||||
</form>
|
||||
<nav class="row">
|
||||
<div class="column folder">
|
||||
<a href="firma_digitale-Dario_Spinnato_.html">
|
||||
<img
|
||||
src="/home/Dario48/Pictures/html.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">
|
||||
firma_digitale-Dario_Spinnato_.html
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="spam_the_shitheads.html">
|
||||
<img
|
||||
src="/home/Dario48/Pictures/html.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">spam_the_shitheads.html</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a
|
||||
href="https://docs.google.com/presentation/d/1MWLMV_-IvuobjLQc0fvTiCasYgc0IG5M8h3XOPTVZOo/edit?usp=sharing"
|
||||
>
|
||||
<img
|
||||
src="/home/Dario48/Pictures/html.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">presentazione_nietzsche.html</p>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,72 +1,74 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/"
|
||||
property="og:url"
|
||||
/>
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/home/Dario48/Pictures/</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/Dario48/Pictures/"
|
||||
class="stretch"
|
||||
id="path"
|
||||
/>
|
||||
</form>
|
||||
<nav class="row">
|
||||
<div class="column folder">
|
||||
<a href="folder.html">
|
||||
<img
|
||||
src="/home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">folder.svg</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="html.html">
|
||||
<img
|
||||
src="/home/Dario48/Pictures/html.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">html.svg</p>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/"
|
||||
property="og:url"
|
||||
/>
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/home/Dario48/Pictures/</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/path.js" defer=""></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
<div class="column">
|
||||
<form id="navbar">
|
||||
<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>
|
||||
<form>
|
||||
<input
|
||||
type="text"
|
||||
value="/home/Dario48/Pictures/"
|
||||
class="stretch"
|
||||
id="path"
|
||||
/>
|
||||
</form>
|
||||
<nav class="row">
|
||||
<div class="column folder">
|
||||
<a href="folder.html">
|
||||
<img
|
||||
src="/home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">folder.svg</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="html.html">
|
||||
<img
|
||||
src="/home/Dario48/Pictures/html.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">html.svg</p>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,77 +1,79 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta content="https://dario48.site/home/Dario48/" property="og:url" />
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/home/Dario48/</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/Dario48/" class="stretch" id="path" />
|
||||
</form>
|
||||
<nav class="row">
|
||||
<div class="column folder">
|
||||
<a href="Pictures/">
|
||||
<img
|
||||
src="/home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">Pictures</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="Documents/">
|
||||
<img
|
||||
src="/home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">Documents</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a
|
||||
href="compito_online-ricerca_Dario-Spinnato-4Q-RSA-13022025.html"
|
||||
>
|
||||
<img
|
||||
src="/home/Dario48/Pictures/html.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">
|
||||
compito_online-ricerca_Dario-Spinnato-4Q-RSA-13022025.html
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta content="https://dario48.site/home/Dario48/" property="og:url" />
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/home/Dario48/</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/path.js" defer=""></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
<div class="column">
|
||||
<form id="navbar">
|
||||
<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>
|
||||
<form>
|
||||
<input type="text" value="/home/Dario48/" class="stretch" id="path" />
|
||||
</form>
|
||||
<nav class="row">
|
||||
<div class="column folder">
|
||||
<a href="Pictures/">
|
||||
<img
|
||||
src="/home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">Pictures</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="Documents/">
|
||||
<img
|
||||
src="/home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">Documents</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a
|
||||
href="compito_online-ricerca_Dario-Spinnato-4Q-RSA-13022025.html"
|
||||
>
|
||||
<img
|
||||
src="/home/Dario48/Pictures/html.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">
|
||||
compito_online-ricerca_Dario-Spinnato-4Q-RSA-13022025.html
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
106
home/index.html
106
home/index.html
|
@ -1,55 +1,57 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta content="https://dario48.site/home/" property="og:url" />
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<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>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta content="https://dario48.site/home/" property="og:url" />
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<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">
|
||||
<form id="navbar">
|
||||
<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>
|
||||
<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>
|
||||
|
|
160
index.html
160
index.html
|
@ -1,82 +1,84 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta content="https://dario48.site" property="og:url" />
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/</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="/" class="stretch" id="path" />
|
||||
</form>
|
||||
<nav class="row">
|
||||
<div class="column folder">
|
||||
<a href="bin/">
|
||||
<img
|
||||
src="home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">bin</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="home/">
|
||||
<img
|
||||
src="home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">home</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="root/">
|
||||
<img
|
||||
src="home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">root</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="privacy_policy.html">
|
||||
<img
|
||||
src="home/Dario48/Pictures/html.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">privacy_policy.html</p>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta content="https://dario48.site" property="og:url" />
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/folder.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/path.js" defer></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
<div class="column">
|
||||
<form id="navbar">
|
||||
<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>
|
||||
<form>
|
||||
<input type="text" value="/" class="stretch" id="path" />
|
||||
</form>
|
||||
<nav class="row">
|
||||
<div class="column folder">
|
||||
<a href="bin/">
|
||||
<img
|
||||
src="home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">bin</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="home/">
|
||||
<img
|
||||
src="home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">home</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="root/">
|
||||
<img
|
||||
src="home/Dario48/Pictures/folder.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">root</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column folder">
|
||||
<a href="privacy_policy.html">
|
||||
<img
|
||||
src="home/Dario48/Pictures/html.svg"
|
||||
style="display: block; margin-left: auto; margin-right: auto"
|
||||
/>
|
||||
<p style="text-align: center">privacy_policy.html</p>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,54 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta
|
||||
content="https://dario48.site/privacy_policy.html"
|
||||
property="og:url"
|
||||
/>
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/html.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/</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="/" class="stretch" id="path" />
|
||||
</form>
|
||||
<p style="color: white">
|
||||
We use Clicky to log and analyze the traffic to our website. You may
|
||||
review Clicky's privacy policy at
|
||||
<a href="http://clicky.com/terms/privacy"
|
||||
>http://clicky.com/terms/privacy</a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||
<noscript
|
||||
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||
></noscript>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||
<meta
|
||||
content="A website from a guy who hates web dev"
|
||||
property="og:description"
|
||||
/>
|
||||
<meta
|
||||
content="https://dario48.site/privacy_policy.html"
|
||||
property="og:url"
|
||||
/>
|
||||
<meta
|
||||
content="https://dario48.site/home/Dario48/Pictures/html.svg"
|
||||
property="og:image"
|
||||
/>
|
||||
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||
<title>/</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/path.js" defer></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
<div class="column">
|
||||
<form id="navbar">
|
||||
<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>
|
||||
<form>
|
||||
<input type="text" value="/" class="stretch" id="path" />
|
||||
</form>
|
||||
<p style="color: white">
|
||||
We use Clicky to log and analyze the traffic to our website. You may
|
||||
review Clicky's privacy policy at
|
||||
<a href="http://clicky.com/terms/privacy"
|
||||
>http://clicky.com/terms/privacy</a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -67,3 +67,11 @@ img {
|
|||
.folder {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
#navbar {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
#navbar :active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue