Mass move to root
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class IndexController extends Controller {
|
||||
|
||||
public function _index() {
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>BeatHaven</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="i/photo/css/mongolia.css"/>
|
||||
<script language="Javascript" type="text/javascript" src="https://www.google.com/jsapi?key=ABQIAAAAtTfYi3z4NZufrURIGtKiFBSWhNKm65XHrrnKYNa_vsGlMR_1zxS0TVV85GdXTp11zzc4HoT1DFQA6g"></script>
|
||||
<script language="Javascript" type="text/javascript" src="i/photo/js/mongolia.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="main">
|
||||
<div id="logo" class="blue-shadow">BeatHaven</div>
|
||||
<ul id="navigation">
|
||||
<li class="active"><a href="#">Home</a></li>
|
||||
<li><a href="#">Parse Stats</a></li>
|
||||
</ul>
|
||||
<div id="tagline">Gimme fuel, gimme fire, gimme that which I desire!</div>
|
||||
<div id="data-container">
|
||||
<?= $this->_block ?>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1 @@
|
||||
<pre><? var_dump($this->_data); ?></pre>
|
||||
Reference in New Issue
Block a user