You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title><?= $this->e($title) ?></title>
|
|
<link href="/assets/style.css" rel="stylesheet">
|
|
<script src="/assets/script.js"></script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
|
|
<div id="page-content">
|
|
<?= $this->section('content') ?>
|
|
</div>
|
|
|
|
<footer>
|
|
<a href="https://indiewebcamp.com/Percolator">What is Percolator?</a>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|