mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-25 12:25:02 -05:00
php
This commit is contained in:
30
404.html
30
404.html
@@ -1,30 +0,0 @@
|
||||
<!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 -->
|
||||
<title>404 - Card Conjurer</title>
|
||||
<div class='layer center'>
|
||||
<h2 class='padding margin-bottom' style='font-size: 10rem;'>404</h2>
|
||||
<h4 class='padding'>Page Not Found</h4>
|
||||
</div>
|
||||
<div class='layer center'>
|
||||
<h4 class='padding'>The page you seek is as lost as Fblthp.</h4>
|
||||
</div>
|
||||
<!-- Page Specific Content Ends Here -->
|
||||
<footer html-include='/globalHTML/footer.html'></footer>
|
||||
</body>
|
||||
</html>
|
4
404.php
4
404.php
@@ -1,4 +1,4 @@
|
||||
<?php include('/globalHTML/header.php'); ?>
|
||||
<?php include('globalHTML/header.php'); ?>
|
||||
<title>404 - Card Conjurer</title>
|
||||
<div class='layer center'>
|
||||
<h2 class='padding margin-bottom' style='font-size: 10rem;'>404</h2>
|
||||
@@ -7,4 +7,4 @@
|
||||
<div class='layer center'>
|
||||
<h4 class='padding'>The page you seek is as lost as Fblthp.</h4>
|
||||
</div>
|
||||
<?php include('/globalHTML/footer.php'); ?>
|
||||
<?php include('globalHTML/footer.php'); ?>
|
29
index.html
29
index.html
@@ -1,29 +0,0 @@
|
||||
<!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 -->
|
||||
<title>Card Conjurer</title>
|
||||
<div class='layer center'>
|
||||
<h2>Welcome to Card Conjurer</h2>
|
||||
</div>
|
||||
<div class='layer center'>
|
||||
<h2>The home page is currently under construction...</h2>
|
||||
</div>
|
||||
<!-- Page Specific Content Ends Here -->
|
||||
<footer html-include='/globalHTML/footer.html'></footer>
|
||||
</body>
|
||||
</html>
|
9
index.php
Normal file
9
index.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php include('globalHTML/header.php'); ?>
|
||||
<title>Card Conjurer</title>
|
||||
<div class='layer center'>
|
||||
<h2>Welcome to Card Conjurer</h2>
|
||||
</div>
|
||||
<div class='layer center'>
|
||||
<h2>The home page is currently under construction...</h2>
|
||||
</div>
|
||||
<?php include('globalHTML/footer.php'); ?>
|
Reference in New Issue
Block a user