aboutsummaryrefslogtreecommitdiff
path: root/blank
diff options
context:
space:
mode:
Diffstat (limited to 'blank')
-rwxr-xr-xblank/index.php30
1 files changed, 0 insertions, 30 deletions
diff --git a/blank/index.php b/blank/index.php
deleted file mode 100755
index 9962303..0000000
--- a/blank/index.php
+++ /dev/null
@@ -1,30 +0,0 @@
-
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <!-- Global -->
- <?php require('../inc/header.inc.php'); ?>
-
- <!-- Page-specific -->
- <?php require_once('../inc/title.inc.php') ?>
- <!--<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">-->
- <meta property="og:title" content="title">
- <meta property="og:description" content="description">
- <!--<meta property="og:image" content="/res/img/icons/png/computer.png">-->
-</head>
-<body>
-<div class="page">
-<?php require('../inc/nav.inc.php') ?>
-
-<div id="pagebody">
- <div id="content">
-
- </div> <!-- content -->
-
- <div id="footer" class="pagefooter">
- <?php $file = __FILE__;require('../inc/footer.inc.php'); ?>
- </div> <!-- footer -->
-</div> <!-- pagebody -->
-</div> <!-- page -->
-</body>
-</html>