Update index.html

This commit is contained in:
in the moon 2021-09-11 18:33:21 +00:00 committed by GitHub
parent c35db90227
commit dc0ffde618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 13 deletions

View File

@ -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>
|
@ -114,4 +104,4 @@
<script type="text/javascript" src="script.js"></script>
</body>
</html>
</html>