mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
php
This commit is contained in:
@@ -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'); ?>
|
Reference in New Issue
Block a user