site: Add Google Site Verification tag

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-04-10 11:32:24 +02:00
parent f18d926cc3
commit 41cc189a68
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta name="google-site-verification" content="65pu7aThlW_iMI-1wx3O719-DDh-1XVwKRyVnDD-HEk" />
</head> </head>
<body> <body>
<div class="block block-logo"> <div class="block block-logo">
@ -22,7 +22,7 @@
body > .block { body > .block {
box-shadow: 0px 0px 25px 0px hsl(210, 100%, 10%); box-shadow: 0px 0px 25px 0px hsl(210, 100%, 10%);
background: hsl(210, 100%, 10%); background: hsl(210, 100%, 10%);
} }
.block { .block {
@ -66,4 +66,4 @@
}, 3000); }, 3000);
})(); })();
</script> </script>
</html> </html>