mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 12:54:57 -05:00
php
This commit is contained in:
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>
|
Reference in New Issue
Block a user