Update 2024-10-16T19:08:43.659Z

This commit is contained in:
Daniil Gentili 2024-10-16 21:08:45 +02:00
parent b56db89974
commit 8396119b35
15 changed files with 133 additions and 1 deletions

3
dropbox/mkswap.sh Normal file
View File

@ -0,0 +1,3 @@
dd if=/dev/zero of=/mnt/usbs/swap.swap bs=1M count=512
mkswap /mnt/usbs/swap.swap
swapon /mnt/usbs/swap.swap

BIN
lol/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

68
lol/index.htm Normal file
View File

@ -0,0 +1,68 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50691719-5', 'auto');
ga('send', 'pageview');
</script>
<script>
<!--
//By George Chiang (http://www.javascriptkit.com) More JavaScripts here!
var sound1="http://daniilgentili.magix.net/music/1.mp3"
var sound2="http://daniilgentili.magix.net/music/2.mp3"
var sound3="http://daniilgentili.magix.net/music/3.mp3"
var sound4="http://daniilgentili.magix.net/music/4.mp3"
var sound5="http://daniilgentili.magix.net/music/5.mp3"
var sound6="http://daniilgentili.magix.net/music/6.mp3"
var sound7="http://daniilgentili.magix.net/music/7.mp3"
var sound8="http://daniilgentili.magix.net/music/8.mp3"
var sound9="http://daniilgentili.magix.net/music/9.mp3"
var sound10="http://daniilgentili.magix.net/music/10.mp3"
var x=Math.round(Math.random()*9)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else if (x==4) x=sound5
else if (x==5) x=sound6
else if (x==6) x=sound7
else if (x==7) x=sound8
else if (x==8) x=sound9
else x=sound10
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"/>
<meta name="Generator" content="Xara HTML filter v.6.0.4.425"/>
<meta name="XAR Files" content="index_htm_files/xr_files.txt"/>
<title>LOLOLOLOLOLOL!</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="index_htm_files/xr_main.css"/>
<link rel="stylesheet" type="text/css" href="index_htm_files/xr_text.css"/>
<link rel="stylesheet" type="text/css" href="index_htm_files/custom_styles.css"/>
<script type="text/javascript" src="index_htm_files/roe.js"></script>
</head>
<body style="background-color: #02D5FA">
<div class="xr_ap" id="xr_xr" style="width: 955px; height: 537px; top:0px; left:50%; margin-left: -478px;">
<script type="text/javascript">var xr_xr=document.getElementById("xr_xr")</script>
<div class="xr_ap" id="xr_xri" style="width: 955px; height: 537px;">
<img class="xr_ap" src="index_htm_files/19.jpg" alt="" title="" style="left: 0px; top: 0px; width: 955px; height: 537px;"/>
<div id="xr_xo0" class="xr_ap" style="left:0; top:0; width:955px; height:100px; visibility:hidden;">
<a href="" onclick="return(false);">
</a>
</div>
<div id="xr_xd0"></div>
</div>
</div>
<!--[if IE]><script type="text/javascript">xr_aeh()</script><![endif]--><!--[if !IE]>--><script type="text/javascript">window.addEventListener('load', xr_aeh, false);</script><!--<![endif]-->
</body>
</html>

BIN
lol/index_htm_files/0.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

BIN
lol/index_htm_files/19.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
lol/index_htm_files/22.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
lol/index_htm_files/26.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

BIN
lol/index_htm_files/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

View File

@ -0,0 +1 @@
.Testo_normale {font-family:Arial;font-weight:normal;font-style:normal;font-size:13px;text-decoration:none;color:#000000;letter-spacing:0.0em;}

View File

@ -0,0 +1 @@
function xr_png(){var vs = navigator.appVersion.split("MSIE");var v = parseFloat(vs[1]);if ((v >= 5.5) && (document.body.filters)){xr_xr.style.display="none";for(var i=0;i<document.images.length;i++){var img = document.images[i];if(img.className=="xr_ap"&&(img.width>1 || img.height<404)){var iN = img.src.toUpperCase();if (iN.substring(iN.length-3, iN.length) == "PNG"){var iT = "title='"+img.title+"' alt='"+img.alt+"' ";if (img.id) iT = iT+"id='"+img.id+"' ";var iS = "display:inline-block; position:absolute; border:none;"+img.style.cssText;if (img.parentElement.href) iS = "cursor:hand;"+iS;var re=/\{[\s\S]*?\}/;var xx=" "+img.onmousemove;if(xx.match(re)) iT=iT+' onmousemove="'+xx.match(re)+'"';xx=" "+img.onmouseover;if(xx.match(re)) iT=iT+' onmouseover="'+xx.match(re)+'"';xx=" "+img.onmouseout;if(xx.match(re)) iT=iT+' onmouseout="'+xx.match(re)+'"';xx=" "+img.onclick;if(xx.match(re)) iT=iT+' onclick="'+xx.match(re)+'"';var r = "<img " + iT+"src=\"index_htm_files/0.gif\" style=\"" + iS + ";"+ "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"+ "(src=\'" + img.src + "\', sizingMethod='image');\"></img>";img.outerHTML = r;};};};xr_xr.style.display="block";};};xr_png();

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,25 @@
index_htm_files
index.htm
my projects.htm
whoami.htm
contact me.htm
lolololol.htm
index_htm_files/22.jpg
index_htm_files/4.png
index_htm_files/5.png
index_htm_files/6.png
index_htm_files/7.png
index_htm_files/8.png
index_htm_files/9.png
index_htm_files/53.png
index_htm_files/54.png
index_htm_files/55.png
index_htm_files/10.png
index_htm_files/11.png
index_htm_files/12.png
index_htm_files/13.png
index_htm_files/60.png
index_htm_files/61.png
index_htm_files/62.png
index_htm_files/26.png
index_htm_files/19.jpg

View File

@ -0,0 +1,23 @@
/* Site settings */
body {background-color:#ffffff;font-family:Arial,sans-serif;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#000000;letter-spacing:0em;}
a {text-decoration:underline;}
a:link {color:#1301FF; cursor:pointer;}
a:visited {color:#1301FF;}
a:hover {color:#02D5FA;}
a * {color:#1301FF;text-decoration:underline;}
sup {font-size:0.7em; vertical-align: 0.3em;}
sub {font-size:0.7em;}
.xr_tl {position: absolute; white-space: pre; unicode-bidi:bidi-override;}
.xr_tr {position: absolute; white-space: pre; unicode-bidi:bidi-override; text-align:right;}
.xr_tc {position: absolute; white-space: pre; unicode-bidi:bidi-override; text-align:center;}
.xr_tj {position: absolute; unicode-bidi:bidi-override; text-align:justify;}
.xr_ap {position: absolute; border:none;}
.xr_ar {position: absolute; display:block;}
.xr_ae {position: relative; border:none;}
.xr_tb {position: absolute; unicode-bidi:bidi-override;}
.xr_tu {unicode-bidi:bidi-override;margin-top:0px;margin-bottom:0px;}
.xr_c_Theme_Color_2 {color:#1301FF;}
.xr_c_Website_Backdrop {color:#02D5FA;}
.xr_c_Light_Text {color:#FFFFFF;}
.xr_c_Dark_Text {color:#FD00FF;}
.xr_c_Theme_Color_1 {color:#DDFF00;}

View File

@ -0,0 +1,10 @@
/* Text styles */
.xr_s0 {font-family:Tahoma, sans-serif;font-weight:normal;font-style:normal;font-size:10px;text-decoration:none;color:#FFFFFF;letter-spacing:0.0em;}
.xr_s1 {font-family:Georgia;font-weight:bold;font-style:italic;font-size:22px;text-decoration:none;color:#0002BF;letter-spacing:0.0em;}
.xr_s2 {font-family:Georgia;font-weight:bold;font-style:italic;font-size:22px;text-decoration:none;color:#FFFC00;letter-spacing:0.0em;}
.xr_s3 {font-family:Georgia;font-weight:bold;font-style:italic;font-size:22px;text-decoration:none;color:#7F007E;letter-spacing:0.0em;}
.xr_s4 {font-family:Georgia;font-weight:bold;font-style:italic;font-size:22px;text-decoration:none;color:#00017F;letter-spacing:0.0em;}
.xr_s5 {font-family:Arial;font-weight:normal;font-style:normal;font-size:19px;text-decoration:none;color:#BF00BD;letter-spacing:0.0em;}
.xr_s6 {font-family:Arial;font-weight:bold;font-style:normal;font-size:19px;text-decoration:none;color:#BF00BD;letter-spacing:0.0em;}
.xr_s7 {font-family:French Script MT;font-weight:normal;font-style:normal;font-size:32px;text-decoration:none;color:#00017F;letter-spacing:0.0em;}
.xr_s8 {font-family:Comic Sans MS;font-weight:bold;font-style:normal;font-size:32px;text-decoration:none;color:#00017F;letter-spacing:0.0em;}

View File

@ -5,7 +5,7 @@
<loc>https://daniil.it/</loc>
<lastmod>2024-10-16T19:07:38.919Z</lastmod>
<lastmod>2024-10-16T19:08:39.161Z</lastmod>
</url>
</urlset>