41 lines
1.3 KiB
HTML
41 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Croodle</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="referrer" content="no-referrer">
|
|
|
|
{{content-for "head"}}
|
|
|
|
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
|
|
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/croodle.css">
|
|
|
|
{{content-for "head-footer"}}
|
|
</head>
|
|
<body>
|
|
{{content-for "body"}}
|
|
|
|
<script src="{{rootURL}}assets/vendor.js"></script>
|
|
<script src="{{rootURL}}assets/croodle.js"></script>
|
|
|
|
{{content-for "body-footer"}}
|
|
|
|
<noscript>
|
|
<div class="container-fluid">
|
|
<div id="header">
|
|
<h1 class="logo">Croodle</h1>
|
|
</div>
|
|
<div id="content">
|
|
<div class="box">
|
|
<h1>Please enable JavaScript</h1>
|
|
<p>Croodle requires JavaScript. But JavaScript is currently disabled in your browser settings or your browser does not support JavaScript. Therefore you can't use Croodle.</p>
|
|
<h2><a href="http://www.enable-javascript.com/">Click here for instructions on how to enable JavaScript.</a></h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</noscript>
|
|
</body>
|
|
</html>
|