added some metadata to my comms page
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -1,13 +1,17 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<Title>Hex Bomb</Title>
|
<Title>Hex Bomb Comms</Title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="mainstyles.css">
|
<link rel="stylesheet" href="mainstyles.css">
|
||||||
<link rel="stylesheet" href="./css/commissionstyles.css">
|
<link rel="stylesheet" href="./css/commissionstyles.css">
|
||||||
<script src="./js/adultcheck.js"></script>
|
<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">
|
<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 name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<script data-goatcounter="https://hexbomb.goatcounter.com/count"
|
<script data-goatcounter="https://hexbomb.goatcounter.com/count"
|
||||||
|
BIN
images/screenshots/commissioncapture.PNG
Normal file
BIN
images/screenshots/commissioncapture.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
@ -9,7 +9,7 @@ let IsAdult = localStorage.getItem('adult');
|
|||||||
///sends you to the redirect page if it's not 1
|
///sends you to the redirect page if it's not 1
|
||||||
|
|
||||||
if (IsAdult !== '1') {
|
if (IsAdult !== '1') {
|
||||||
window.location = "https://hexbomb.gay/18redirect.html";
|
window.location = "https://hexbomb.gay/18redirect.html";
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(IsAdult)
|
console.log(IsAdult)
|
||||||
|
Reference in New Issue
Block a user