16 lines
451 B
PHP
16 lines
451 B
PHP
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
|
<title>TFMM's MTG Database</title>
|
|
</head>
|
|
<body>
|
|
<div class=header>
|
|
<h1>TFMM's MTG Database</h1>
|
|
<?php include("includes/menu.php");?>
|
|
</div>
|
|
<div class=content>
|
|
<p>See the links in the menu for more resources. I'll have my current library, cards for sale, and current decks listed eventually.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|