mirror of
https://github.com/uhIgnacio/igna.rocks.git
synced 2024-08-15 02:23:12 +00:00
117 lines
No EOL
3.1 KiB
HTML
117 lines
No EOL
3.1 KiB
HTML
<html lang="en">
|
||
|
||
<head>
|
||
<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>
|
||
<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;">
|
||
|
||
<!-- 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.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> |