openresty
tcp/443 tcp/80
Open service 2a00:f48:2000:affe:fe00::16:80 · vloxxity.de
2026-01-26 07:25
HTTP/1.1 301 Moved Permanently Server: openresty Date: Mon, 26 Jan 2026 07:25:44 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: gabnQnHGHf4qSyFxVX Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://vloxxity.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://vloxxity.de/
Open service 2a00:f48:2000:affe:fe00::16:443 · vloxxity.de
2026-01-26 07:25
HTTP/1.1 200 OK
Server: openresty
Date: Mon, 26 Jan 2026 07:25:44 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Lima-Id: gaGuyxIGe2KMkfq3HQ
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
x-powered-by: PHP/5.6.40
vary: Accept-Encoding
Content-Security-Policy: upgrade-insecure-requests
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: Veit's Website - Webentwickler/Gaming-Enthusiast - vloxxity.de
<!DOCTYPE html>
<html id="homepage">
<head>
<title>Veit's Website - Webentwickler/Gaming-Enthusiast - vloxxity.de</title>
<link rel="shortcut icon" href="images/icon.png" />
<link rel="apple-touch-icon" href="images/icon.png">
<meta charset="utf-8"/>
<meta name="language" content="de">
<meta name="keywords" content="private,homepage,gamer,spieler,programmierer,consoleprofiler,xbox,playstation,steam">
<meta name="description" content="Seit mehreren Jahren (Web-)Entwickler und Gaming Enthusiast.">
<meta name="author" content="Vloxxity">
<meta name="copyright" content=" (c) Vloxxity">
<meta name="robots" content="index,follow">
<meta name="date" content="01/02/2016">
<meta name="audience" content="nerds,blogger,hoster">
<meta name="viewport" content="width=device-width">
<meta name="referrer" content="no-referrer">
<link rel="stylesheet" type="text/css" href="/style.css">
<script src="../plugins/jquery-1.12.0.min.js"></script>
<script src="../plugins/bats.js"></script>
<script src="../plugins/3d/viewer/maximize.js"></script>
<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-73284707-1', 'auto');
ga('send', 'pageview');
</script>
<script>
/*
$("#hide").click(function(){
$(".inactive").removeClass("inactive");
$(".inactive").css("display","none");
$("#hide").css("display","none");
$("#show").css("display","inline-block");
});
*/
function start_button()
{
$("#start-menu").toggleClass("inactive");
$("#start-button").toggleClass("active");
}
function shutdown_button()
{
$("article").each(
function(){
$( this ).addClass("inactive");
}
);
/*$("#start-menu").addClass("inactive");
$("#footer").addClass("inactive");*/
$("html").addClass("shutdown");
/*$("html").css("background-color","black");*/
$("#shutdown-message").toggleClass("inactive");
/*tumblr:*/
$("#page").toggleClass("inactive");
}
function hideMenu(){
$("#start-menu").addClass("inactive");
$("#start-button").removeClass("active");
}
function rezConsoleprof() {
/*alert($("#consoleprofiler .gamercard-content").width());
alert($("#consoleprofiler .gamercard-content span").width());*/
var contentwidth = $("#consoleprofiler .gamercard-content").width();
/*alert(contentwidth);*/
var spanwidth = $("#consoleprofiler .gamercard-content span.cp").width();
/*alert(spanwidth);*/
var width = Math.floor((contentwidth/spanwidth)*100)-5;
/*alert(width);*/
$("#consoleprofiler .gamercard-content span.cp").css("font-size",width+"%");
}
function deleteWndw(elem)
{
var element = elem.parentElement.parentElement.parentElement.parentElement;
element.className += " inactive";
}
function minWndw(elem)
{
var element = elem.parentElement.parentElement.parentElement.parentElement;
element.classList.toggle('minimized');
}
$(document).ready(function() {
rezConsoleprof();
$("#start-button").click(start_button);
$("#shutdown-button").click(shutdown_button);
$("#show").click(function(){
$("article.inactive").removeClass("inactive");
$("article.minimized").removeClass("minimized");
$(