You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.8 KiB

<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Ruthenic's Website</title>
<link rel="stylesheet" type="text/css" href="css/classes.css">
<link rel="stylesheet" type="text/css" href="css/dark-mode.css">
<script src="/footer.js"></script>
<meta property="og:type" content="website">
<meta property="og:title" content="Ruthenic's Website"/>
<meta property="og:description" content="A website where epic gamers come to be epic"/>
<meta property="og:url" content="https://www.ruthenic.com/"/>
</head>
<body>
<script>
getFooter()
</script>
<center><h1>Ruthenic's site</h1></center> <!--originally intended to be only written in CSS and HTML but f**k that-->
<p>Hello, welcome to my website! Please Enjoy the experience</p>
<a href ="https://github.com/Ruthenic"><marquee behavior="scroll" direction="left">Checkout (haha) my Github!</marquee></a>
<p>Favorite Programming Languages:</p>
<ol>
<li>Python</li>
<li>C#</li>
<li>Machine Code</li>
<li>Java</li>
<li>Pseudocode</li>
<li>English</li>
</ol>
<p>This list has been rated 69/10 by <a href = "https://unpromptedtirade.com">ForLoveOfCats</a></p>
<p>Check me out on:
<ul>
<li><a href = "https://github.com/Ruthenic">Github</a></li>
<li><a href = "https://twitter.com/RuthenicDawn208">Twitter</a></li>
<li><a href = "https://www.youtube.com/channel/UC5BfTH4lP7rY5q3qSAvpvhA">Youtube</a></li>
</ul>
</p>
<p id="fooling"></p>
<script>
var date = new Date().toLocaleDateString().toString()
console.log(date)
if (date.startsWith("4/1/")) {
document.getElementById("fooling").innerHTML = "<a href = \"https://www.youtube.com/watch?v=dQw4w9WgXcQ\">My favourite song!</a>"
}
</script>
<div id="footer">
</div>
</body>
</html>