-
Notifications
You must be signed in to change notification settings - Fork 330
/
Copy pathballman.html
30 lines (29 loc) · 894 Bytes
/
ballman.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>Francesco Mistri</title>
</head>
<body>
<font face="monospace" size="5">
Happy Hacktober to everyone,</br></br>
I'm Francesco Mistri and want to deliver a message to the world:</br>
<img src="images/jssort.jpg"/></br></br>
You can find me <a href="https://github.com/Ball-Man" target="_blank">here</a>.
</font><br>
<font face="monospace" size="5" color="white">Backend is better</font>
<br /><br /><center><a id="back_to_home" href="home.html">Go back to home</a></center>
<p id="byDario">
<h1>Happy Hacking</h1>
<script>
for (var line=1; line<60; line++) {
for(var i=1;i<29;i++) {
var s = (Math.floor((Math.random()*2)%2)) ? "╱" : "╲";
document.write(s);
}
document.writeln("<br>");
}
</script>
<a href="https://github.com/darioulin" target="_blank">Dario Ulin</a>.
</p>
</body>
</html>