This commit is contained in:
Dario48true 2025-02-19 09:43:36 +01:00
parent 714fe2a449
commit 20b76c8c87
9 changed files with 285 additions and 726 deletions

View file

@ -1,7 +1,8 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>/</title> <meta charset="utf-8" />
<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>
@ -21,12 +22,7 @@
</div> </div>
</div> </div>
<form id="disable_enter"> <form id="disable_enter">
<input <input type="text" value="Hello" class="stretch" id="plaintext" />
type="text"
value="Hello"
class="stretch"
id="plaintext"
/>
<input type="text" value="13" class="stretch" id="key" /> <input type="text" value="13" class="stretch" id="key" />
<button <button
type="button" type="button"
@ -40,12 +36,7 @@
> >
Decrypt Decrypt
</button> </button>
<input <input type="text" value="Uryyb" class="stretch" id="encrypted" />
type="text"
value="Uryyb"
class="stretch"
id="encrypted"
/>
</form> </form>
</div> </div>
</div> </div>

View file

@ -2,6 +2,7 @@
<html style="background-color: black"> <html style="background-color: black">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>firma_digitale-Dario_Spinnato</title>
</head> </head>
<body> <body>
<div <div

View file

@ -1,78 +1,11 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>/</title> <meta charset="utf-8" />
<style> <title>/home/Dario48/Documents/</title>
* { <link rel="stylesheet" href="/style.css">
margin: 0; <script src="/path.js" defer=""></script>
padding: 0; <script src="/disable_form.js" defer=""></script>
box-sizing: border-box;
background-color: #161925;
}
::selection{
background-color: #00D3A7;
color: #fefefe;
}
html,
body {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.stretch {
width: calc(50vw - 4px);
color: #C3C7D1;
margin-top: 0;
}
.column {
flex-direction: column;
}
.row {
display: flex;
justify-content: space-between;
flex-direction: row;
}
.border {
display: flex;
justify-content: center;
align-items: center;
width: 50vw; /* 50% of the viewport's width */
height: 50vh; /* 50% of the viewport's height */
border: 2px solid white;
flex-direction: row; /* Stack children horizontaly */
justify-content: center; /* Align children to the top */
align-items: flex-start;
}
button {
background-color: #c6262e;
color=black;
border: 1px solid white;
cursor: pointer;
margin-left: auto;
}
button:hover {
background-color: #ed5353;
}
a {
text-decoration: none;
color: #C3C7D1;
}
img {
width: max(min(90%, 100px), 50px);
aspect-ratio: 1/1;
}
.folder {
width: 25%;
}
</style>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">

View file

@ -1,78 +1,11 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>/</title> <meta charset="utf-8" />
<style> <title>/home/Dario48/Pictures/folder.svg</title>
* { <link rel="stylesheet" href="/style.css" />
margin: 0; <script src="/path.js" defer=""></script>
padding: 0; <script src="/disable_form.js" defer=""></script>
box-sizing: border-box;
background-color: #161925;
}
::selection{
background-color: #00D3A7;
color: #fefefe;
}
html,
body {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.stretch {
width: calc(50vw - 4px);
color: #C3C7D1;
margin-top: 0;
}
.column {
flex-direction: column;
}
.row {
display: flex;
justify-content: space-between;
flex-direction: row;
}
.border {
display: flex;
justify-content: center;
align-items: center;
width: 50vw; /* 50% of the viewport's width */
height: 50vh; /* 50% of the viewport's height */
border: 2px solid white;
flex-direction: row; /* Stack children horizontaly */
justify-content: center; /* Align children to the top */
align-items: flex-start;
}
button {
background-color: #c6262e;
color=black;
border: 1px solid white;
cursor: pointer;
margin-left: auto;
}
button:hover {
background-color: #ed5353;
}
a {
text-decoration: none;
color: #C3C7D1;
}
img {
width: max(min(90%, 100px), 50px);
aspect-ratio: 1/1;
}
.folder {
width: 25%;
}
</style>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">

View file

@ -1,78 +1,11 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>/</title> <meta charset="utf-8" />
<style> <title>/home/Dario48/Pictures/html.svg</title>
* { <link rel="stylesheet" href="/style.css" />
margin: 0; <script src="/path.js" defer=""></script>
padding: 0; <script src="/disable_form.js" defer=""></script>
box-sizing: border-box;
background-color: #161925;
}
::selection{
background-color: #00D3A7;
color: #fefefe;
}
html,
body {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.stretch {
width: calc(50vw - 4px);
color: #C3C7D1;
margin-top: 0;
}
.column {
flex-direction: column;
}
.row {
display: flex;
justify-content: space-between;
flex-direction: row;
}
.border {
display: flex;
justify-content: center;
align-items: center;
width: 50vw; /* 50% of the viewport's width */
height: 50vh; /* 50% of the viewport's height */
border: 2px solid white;
flex-direction: row; /* Stack children horizontaly */
justify-content: center; /* Align children to the top */
align-items: flex-start;
}
button {
background-color: #c6262e;
color=black;
border: 1px solid white;
cursor: pointer;
margin-left: auto;
}
button:hover {
background-color: #ed5353;
}
a {
text-decoration: none;
color: #C3C7D1;
}
img {
width: max(min(90%, 100px), 50px);
aspect-ratio: 1/1;
}
.folder {
width: 25%;
}
</style>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">

View file

@ -1,78 +1,11 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>/</title> <meta charset="utf-8" />
<style> <title>/home/Dario48/Pictures/</title>
* { <link rel="stylesheet" href="/style.css" />
margin: 0; <script src="/path.js" defer=""></script>
padding: 0; <script src="/disable_form.js" defer=""></script>
box-sizing: border-box;
background-color: #161925;
}
::selection{
background-color: #00D3A7;
color: #fefefe;
}
html,
body {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.stretch {
width: calc(50vw - 4px);
color: #C3C7D1;
margin-top: 0;
}
.column {
flex-direction: column;
}
.row {
display: flex;
justify-content: space-between;
flex-direction: row;
}
.border {
display: flex;
justify-content: center;
align-items: center;
width: 50vw; /* 50% of the viewport's width */
height: 50vh; /* 50% of the viewport's height */
border: 2px solid white;
flex-direction: row; /* Stack children horizontaly */
justify-content: center; /* Align children to the top */
align-items: flex-start;
}
button {
background-color: #c6262e;
color=black;
border: 1px solid white;
cursor: pointer;
margin-left: auto;
}
button:hover {
background-color: #ed5353;
}
a {
text-decoration: none;
color: #C3C7D1;
}
img {
width: max(min(90%, 100px), 50px);
aspect-ratio: 1/1;
}
.folder {
width: 25%;
}
</style>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
@ -96,11 +29,7 @@
<a href="folder.html"> <a href="folder.html">
<img <img
src="/home/Dario48/Pictures/folder.svg" src="/home/Dario48/Pictures/folder.svg"
style=" style="display: block; margin-left: auto; margin-right: auto"
display: block;
margin-left: auto;
margin-right: auto;
"
/> />
<p style="text-align: center">folder.svg</p> <p style="text-align: center">folder.svg</p>
</a> </a>
@ -109,11 +38,7 @@
<a href="html.html"> <a href="html.html">
<img <img
src="/home/Dario48/Pictures/html.svg" src="/home/Dario48/Pictures/html.svg"
style=" style="display: block; margin-left: auto; margin-right: auto"
display: block;
margin-left: auto;
margin-right: auto;
"
/> />
<p style="text-align: center">html.svg</p> <p style="text-align: center">html.svg</p>
</a> </a>

View file

@ -1,78 +1,11 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>/</title> <meta charset="utf-8" />
<style> <title>/home/Dario48/</title>
* { <link rel="stylesheet" href="/style.css" />
margin: 0; <script src="/path.js" defer=""></script>
padding: 0; <script src="/disable_form.js" defer=""></script>
box-sizing: border-box;
background-color: #161925;
}
::selection{
background-color: #00D3A7;
color: #fefefe;
}
html,
body {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.stretch {
width: calc(50vw - 4px);
color: #C3C7D1;
margin-top: 0;
}
.column {
flex-direction: column;
}
.row {
display: flex;
justify-content: space-between;
flex-direction: row;
}
.border {
display: flex;
justify-content: center;
align-items: center;
width: 50vw; /* 50% of the viewport's width */
height: 50vh; /* 50% of the viewport's height */
border: 2px solid white;
flex-direction: row; /* Stack children horizontaly */
justify-content: center; /* Align children to the top */
align-items: flex-start;
}
button {
background-color: #c6262e;
color=black;
border: 1px solid white;
cursor: pointer;
margin-left: auto;
}
button:hover {
background-color: #ed5353;
}
a {
text-decoration: none;
color: #C3C7D1;
}
img {
width: max(min(90%, 100px), 50px);
aspect-ratio: 1/1;
}
.folder {
width: 25%;
}
</style>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
@ -96,11 +29,7 @@
<a href="Pictures/"> <a href="Pictures/">
<img <img
src="/home/Dario48/Pictures/folder.svg" src="/home/Dario48/Pictures/folder.svg"
style=" style="display: block; margin-left: auto; margin-right: auto"
display: block;
margin-left: auto;
margin-right: auto;
"
/> />
<p style="text-align: center">Pictures</p> <p style="text-align: center">Pictures</p>
</a> </a>
@ -109,26 +38,22 @@
<a href="Documents/"> <a href="Documents/">
<img <img
src="/home/Dario48/Pictures/folder.svg" src="/home/Dario48/Pictures/folder.svg"
style=" style="display: block; margin-left: auto; margin-right: auto"
display: block;
margin-left: auto;
margin-right: auto;
"
/> />
<p style="text-align: center">Documents</p> <p style="text-align: center">Documents</p>
</a> </a>
</div> </div>
<div class="column folder"> <div class="column folder">
<a href="compito_online-ricerca_Dario-Spinnato-4Q-RSA-13022025.html"> <a
href="compito_online-ricerca_Dario-Spinnato-4Q-RSA-13022025.html"
>
<img <img
src="/home/Dario48/Pictures/html.svg" src="/home/Dario48/Pictures/html.svg"
style=" style="display: block; margin-left: auto; margin-right: auto"
display: block;
margin-left: auto;
margin-right: auto;
"
/> />
<p style="text-align: center">compito_online-ricerca_Dario-Spinnato-4Q-RSA-13022025.html</p> <p style="text-align: center">
compito_online-ricerca_Dario-Spinnato-4Q-RSA-13022025.html
</p>
</a> </a>
</div> </div>
</nav> </nav>

View file

@ -1,78 +1,11 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>/</title> <meta charset="utf-8" />
<style> <title>/home/</title>
* { <link rel="stylesheet" href="/style.css" />
margin: 0; <script src="/path.js" defer=""></script>
padding: 0; <script src="/disable_form.js" defer=""></script>
box-sizing: border-box;
background-color: #161925;
}
::selection{
background-color: #00D3A7;
color: #fefefe;
}
html,
body {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.stretch {
width: calc(50vw - 4px);
color: #C3C7D1;
margin-top: 0;
}
.column {
flex-direction: column;
}
.row {
display: flex;
justify-content: space-between;
flex-direction: row;
}
.border {
display: flex;
justify-content: center;
align-items: center;
width: 50vw; /* 50% of the viewport's width */
height: 50vh; /* 50% of the viewport's height */
border: 2px solid white;
flex-direction: row; /* Stack children horizontaly */
justify-content: center; /* Align children to the top */
align-items: flex-start;
}
button {
background-color: #c6262e;
color=black;
border: 1px solid white;
cursor: pointer;
margin-left: auto;
}
button:hover {
background-color: #ed5353;
}
a {
text-decoration: none;
color: #C3C7D1;
}
img {
width: max(min(90%, 100px), 50px);
aspect-ratio: 1/1;
}
.folder {
width: 25%;
}
</style>
</head> </head>
<body id="body"> <body id="body">
<div class="border"> <div class="border">
@ -96,11 +29,7 @@
<a href="Dario48/"> <a href="Dario48/">
<img <img
src="Dario48/Pictures/folder.svg" src="Dario48/Pictures/folder.svg"
style=" style="display: block; margin-left: auto; margin-right: auto"
display: block;
margin-left: auto;
margin-right: auto;
"
/> />
<p style="text-align: center">Dario48</p> <p style="text-align: center">Dario48</p>
</a> </a>

View file

@ -1,6 +1,7 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<meta charset="utf-8" />
<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>
@ -33,11 +34,7 @@
<a href="bin/"> <a href="bin/">
<img <img
src="home/Dario48/Pictures/folder.svg" src="home/Dario48/Pictures/folder.svg"
style=" style="display: block; margin-left: auto; margin-right: auto"
display: block;
margin-left: auto;
margin-right: auto;
"
/> />
<p style="text-align: center">bin</p> <p style="text-align: center">bin</p>
</a> </a>
@ -46,11 +43,7 @@
<a href="home/"> <a href="home/">
<img <img
src="home/Dario48/Pictures/folder.svg" src="home/Dario48/Pictures/folder.svg"
style=" style="display: block; margin-left: auto; margin-right: auto"
display: block;
margin-left: auto;
margin-right: auto;
"
/> />
<p style="text-align: center">home</p> <p style="text-align: center">home</p>
</a> </a>
@ -59,11 +52,7 @@
<a href="root/"> <a href="root/">
<img <img
src="home/Dario48/Pictures/folder.svg" src="home/Dario48/Pictures/folder.svg"
style=" style="display: block; margin-left: auto; margin-right: auto"
display: block;
margin-left: auto;
margin-right: auto;
"
/> />
<p style="text-align: center">root</p> <p style="text-align: center">root</p>
</a> </a>