remove useless analytics lmao

master
Drake 3 years ago
parent f61e3e9a39
commit 0f0eb5d372

@ -3,17 +3,12 @@
<head>
<title>Ruthenic's Website</title>
<link rel="stylesheet" type="text/css" href="css/classes.css">
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.js"></script> <!--pain-->
<script>
$(function() { //load footer
$("#footer").load("footer.html");
});
</script>
<script>
var xhttp = new XMLHttpRequest();
xhttp.open("POST", "https://ruthenic-analytics.herokuapp.com/analytics", true);
xhttp.send(); //spooky analytics
</script>
</head>
<body>
<center><h1>Ruthenic's site</h1></center> <!--originally intended to be only written in CSS and HTML but f**k that-->

Loading…
Cancel
Save