eastside/application/views/admin/pages/index.php
Linus Miller cd141ef6fa Initial commit.
Former-commit-id: d2e17d67fe98124db4e87b10597af9d54d14d0de
2013-12-07 17:43:26 +01:00

13 lines
142 B
PHP

<!doctype html>
<html>
<head>
<title>Testing</title>
</head>
<body>
<div>
<h1>Hello</h1>
<p>Some text.</p>
</div>
</body>
</html>