You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.5 KiB
HTML

<!-- HTML boilerplate for every page that gets filled with svelte code -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" type="image/png" href="/cursedcreations.png">
<link rel="stylesheet" href="/reset.css">
<link rel="stylesheet" href="/theme.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Formerly Connection Terminated, we are a group of people dedicated to breaking Minecraft. Est 2020.">
<meta property="og:title" content="Cursed Creations">
<meta property="og:url" content="https://cursedcreationsteam.github.io">
<meta property="og:type" content="website">
<meta property="og:description" content="Formerly Connection Terminated, we are a group of people dedicated to breaking Minecraft. Est 2020.">
<meta property="og:image" content="/cursedcreations.png">
<meta property="twitter:card" content="summary">
<meta property="twitter:domain" content="cursedcreationsteam.github.io">
<meta property="twitter:url" content="https://cursedcreationsteam.github.io">
<meta name="twitter:description" content="Formerly Connection Terminated, we are a group of people dedicated to breaking Minecraft. Est 2020.">
<meta name="twitter:image" content="/cursedcreations.png">
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>