mirror of
https://github.com/uhIgnacio/igna.rocks.git
synced 2024-08-15 02:23:12 +00:00
Update index.html
This commit is contained in:
parent
c35db90227
commit
dc0ffde618
1 changed files with 3 additions and 13 deletions
14
index.html
14
index.html
|
@ -6,9 +6,8 @@
|
|||
<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:description" content="igna > you" />
|
||||
<meta property="og:image" content="favicon.jpg" />
|
||||
<meta property="og:image:type" content="image/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">
|
||||
|
@ -44,15 +43,6 @@
|
|||
|
||||
<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>
|
||||
|
@ -88,7 +78,7 @@
|
|||
<!-- Socials !-->
|
||||
<center>
|
||||
<div class="brandon">
|
||||
igna#1337
|
||||
igna#0001
|
||||
⠀ | ⠀
|
||||
<a href="https://discord.com/user/881376072015417375">discord</a>
|
||||
⠀ | ⠀
|
||||
|
|
Loading…
Reference in a new issue