igna.rocks/index.html

108 lines
2.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html lang="en">
<head>
<title> </title>
<meta property="og:title" content="igna.rocks" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta property="og:type" content="website" />
<meta property="og:image" content="favicon.jpg" />
<meta property="og:image:type" content="image/png" />
<meta property="og:url" content="https://igna.rocks" />
<meta property="twitter:card" content="summary_large_image" />
<meta name="theme-color" content="#9ccaff">
<link type="application/json+oembed" href="embed.json" />
<link rel="shortcut icon" type="image/png" href="favicon.jpg" />
<script src="jquery-3.6.0.min.js" type="text/javascript">
</script>
<title> </title>
<link rel="stylesheet" href="style.css">
<script type="text/javascript">
function clock() {
var date = new Date()
var month = date.getMonth()
var hour = date.getHours()
var minute = date.getMinutes()
var second = date.getSeconds()
if (hour > 12) {
hour = hour - 12
}
if (minute < 10) {
minute = "0" + minute
}
document.title = hour + ":" + minute
setTimeout(clock, 1000)
}
</script>
</head>
<body onLoad="clock()" oncontextmenu="return false;">
<div class="center">
<center>
<h1>
<div class="rainbow-text">
<div class="brandon">
<pre>
(_) __ _ _ __ __ _
| | / _` | | '_ \ / _` |
| | | (_| | | | | | | (_| |
|_| \__, | |_| |_| \__,_|
|___/
</pre>
</div>
</pre>
</div>
</h1>
</center>
<!-- Current Music !-->
<center>
<div class="brandon">
listening to
<a id="tracktitle" class="anim"></a>
by
<a href="#" id="trackartist" class="anim"></a>
on spotify!
</div>
<br>
</center>
<!-- Socials !-->
<center>
<div class="brandon">
igna#0001
|
<a href="https://discord.com/user/881376072015417375">discord</a>
|
<a href="https://discord.gg/wEMrAmcGuw">discord server</a>
|
<a href="https://matrix.to/#/@lgna:matrix.org">matrix</a>
|
<a href="https://steamcommunity.com/id/nulIed">steam</a>
|
<a href="instances.html">instances</a>
</center>
</div>
</div>
<div id="image">
<img src='Amegakure.gif'>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="lastfmnowplaying.js"></script>
<script type="text/javascript" src="portfolio.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>