File: /var/www/vhosts/creativefellows.nl/okaycolor.creativefellows.nl/views/admin/test.php
<!doctype html>
<html class="no-js" lang="en">
<head>
<?php echo '<base href="'. $data["config"]->getBaseUrl() .'"/>'; ?>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Printgarden</title>
<link rel="stylesheet" href="css/admin.css">
<link rel="stylesheet" href="https://use.typekit.net/mdj2tic.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-Bx4pytHkyTDy3aJKjGkGoHPt3tvv6zlwwjc3iqN7ktaiEMLDPqLSZYts2OjKcBx1" crossorigin="anonymous">
</head>
<body>
<div class="grid-y grid-frame">
<!-- header -->
<div class="cell small-1" style="height:6rem;">
</div>
<!-- content -->
<div class="cell small-11">
</div>
</div>
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="node_modules/what-input/dist/what-input.js"></script>
<script src="node_modules/foundation-sites/dist/js/foundation.js"></script>
<script src="/bower_components/ckeditor5-build-classic/ckeditor.js"></script>
<script src="js/app.js"></script>
</body>
</html>