This commit is contained in:
Kyle
2020-12-16 17:33:30 -08:00
parent ad638ef47d
commit 52865130de
8 changed files with 6 additions and 147 deletions

View File

@@ -1,21 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="description">
<meta name="keywords" content="keywords">
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/favicon.ico">
<script src='/js/includeHTML.js'></script>
<script src='/js/main.js'></script>
</head>
<body onload='includeHTML();'>
<div class='background'></div>
<header html-include='/globalHTML/header.html'></header>
<div html-include='/globalHTML/menu.html'></div>
<!-- Page Specific Content Begins Here -->
<?php include('../globalHTML/header.php'); ?>
<title>Card Conjurer - Creator</title>
<link rel="preload" href="/fonts/beleren-b.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
<link rel="preload" href="/fonts/beleren-bsc.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
@@ -332,7 +315,4 @@
</div>
</div>
<script defer src='/js/creator.js'></script>
<!-- Page Specific Content Ends Here -->
<footer html-include='/globalHTML/footer.html'></footer>
</body>
</html>
<?php include('../globalHTML/footer.php'); ?>