added some metadata to my comms page
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dalm 2022-04-26 22:07:30 +01:00
parent afbd1c8114
commit 37260a869d
3 changed files with 7 additions and 3 deletions

View File

@ -1,13 +1,17 @@
<html lang="en">
<head>
<Title>Hex Bomb</Title>
<Title>Hex Bomb Comms</Title>
<link rel="stylesheet" href="mainstyles.css">
<link rel="stylesheet" href="./css/commissionstyles.css">
<script src="./js/adultcheck.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;600&family=Raleway:wght@200&family=Staatliches&display=swap" rel="stylesheet">
<meta name="og:author" content="HEX BOMB">
<meta name="og:title" content="Hex Bomb Commissions">
<meta name="twitter:title" content="Hex Bomb Commissions">
<meta property="og:image" content="https://hexbomb.gay/images/screenshots/commissioncapture.PNG">
<meta name="og:description" content="Commission me to draw custom artwork for you!">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<script data-goatcounter="https://hexbomb.goatcounter.com/count"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -9,7 +9,7 @@ let IsAdult = localStorage.getItem('adult');
///sends you to the redirect page if it's not 1
if (IsAdult !== '1') {
window.location = "https://hexbomb.gay/18redirect.html";
window.location = "https://hexbomb.gay/18redirect.html";
}
console.log(IsAdult)