Open service 2001:4860:4802:38::15:80 ยท web.taranis.org
2026-02-05 11:18
HTTP/1.1 200 OK
content-type: text/html; charset=utf-8
vary: Accept-Encoding
x-cloud-trace-context: 74c3fc33fe48a7624713866595756a86
date: Thu, 05 Feb 2026 11:19:01 GMT
server: Google Frontend
Content-Length: 2058
Connection: close
Page title: taranis.org
<!DOCTYPE html>
<html><head>
<meta charset="utf-8" >
<title>taranis.org</title>
<link rel="apple-touch-icon" sizes="180x180" href="/ico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/ico/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Patrick Hand">
<style type="text/css">
html {
height: 100%;
}
body {
background: #FFD89D;
font-family: 'Patrick Hand', cursive, sans-serif;
font-size: 100px;
height: 100%;
margin: 0;
display: flex;
}
body p {
margin: auto;
}
</style>
<script>
function hello() {
var p = document.getElementById('hello');
p.innerHTML = '';
var n = 0, b = 0;
var str = 'Hello, World.';
function displayText() {
p.innerHTML = str.slice(0, n);
if (n < str.length && b % 2 == 1) {
p.innerHTML = p.innerHTML + "_";
}
}
function typeNext() {
n = n + 1;
displayText();
if (n == str.length) {
clearInterval(typeTimer);
return;
};
if (n < 5) {
setTimeout(typeNext, 800 * Math.random());
} else if (n > 5) {
setTimeout(typeNext, 500 * Math.random());
} else {
setTimeout(typeNext, 1600);
}
};
var cursorTimer = setInterval(function() {
b += 1;
displayText();
}, 500);
setTimeout(typeNext, 1750);
};
window.onload = hello;
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145023933-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145023933-1');
</script>
</head>
<body class="orange">
<p>
<span id="hello"></span>
<br/>
<span style="visibility: hidden">Hello, World_</span>
</p>
</body></html>