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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue