19 lines
304 B
PHP
19 lines
304 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<?php include 'includes/meta.php'; ?>
|
|
</head>
|
|
<body>
|
|
<?php include 'includes/header.php'; ?>
|
|
|
|
|
|
<canvas id="pieces" width="500" height="500"></canvas>
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
<?php include 'includes/footer.php'; ?>
|
|
</body>
|
|
</html>
|