mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
29 lines
975 B
HTML
29 lines
975 B
HTML
<!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> |