igna.rocks/index.html

117 lines
3.1 KiB
HTML
Raw Normal View History

2021-09-10 12:12:43 +00:00
<html lang="en">
2021-09-07 00:07:43 +00:00
<head>
2021-09-10 12:12:43 +00:00
<title> </title>
<meta property="og:title" content="this is beste site" />
<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:description" content="igna > you" />
<meta property="og:image" content="favicon.jpg" />
<meta property="og:image:type" content="image/jpg" />
<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>
2021-09-07 00:07:43 +00:00
<link rel="stylesheet" href="style.css">
2021-09-10 12:12:43 +00:00
<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;">
<!-- Checks if user is in mobile, and then removes the video if the requirement is met. !-->
<script>
const is_mobile = !!navigator.userAgent.match(/iphone|android|blackberry/ig) || false;
const videoElm = document.getElementById('vid');
if (is_mobile) {
videoElm.remove();
}
</script>
<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#1337
|
<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.md">instances</a>
</center>
2021-09-07 00:07:43 +00:00
</div>
</div>
2021-09-10 12:12:43 +00:00
<div id="image">
<img src='Amegakure.gif'>
2021-09-07 00:07:43 +00:00
</div>
2021-09-10 12:12:43 +00:00
<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>
2021-09-07 00:07:43 +00:00
</body>
2021-09-10 12:12:43 +00:00
</html>