2014-07-06 17:37:54 +02:00
|
|
|
<!DOCTYPE html>
|
2015-07-02 15:39:14 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2018-12-29 01:27:37 +01:00
|
|
|
<title>Croodle</title>
|
2015-07-02 15:39:14 +02:00
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2016-09-02 21:35:55 +02:00
|
|
|
<meta name="referrer" content="no-referrer">
|
2014-10-30 21:44:22 +01:00
|
|
|
|
2017-07-29 15:00:11 +02:00
|
|
|
{{content-for "head"}}
|
2014-10-30 21:44:22 +01:00
|
|
|
|
2018-12-29 01:27:37 +01:00
|
|
|
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
|
|
|
|
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/croodle.css">
|
2015-07-02 15:39:14 +02:00
|
|
|
|
2017-07-29 15:00:11 +02:00
|
|
|
{{content-for "head-footer"}}
|
2014-10-30 21:44:22 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-07-29 15:00:11 +02:00
|
|
|
{{content-for "body"}}
|
2014-10-30 21:44:22 +01:00
|
|
|
|
2017-07-29 15:00:11 +02:00
|
|
|
<script src="{{rootURL}}assets/vendor.js"></script>
|
|
|
|
<script src="{{rootURL}}assets/croodle.js"></script>
|
2020-04-29 23:39:57 +02:00
|
|
|
<script src="{{rootURL}}assets/internet-explorer-11-deprecation.js" nomodule></script>
|
2015-07-02 15:53:02 +02:00
|
|
|
|
2017-07-29 15:00:11 +02:00
|
|
|
{{content-for "body-footer"}}
|
2016-08-20 23:28:39 +02:00
|
|
|
|
2015-01-13 19:27:36 +01:00
|
|
|
<noscript>
|
2019-06-07 11:22:13 +02:00
|
|
|
<nav class="cr-navbar navbar navbar-dark">
|
|
|
|
<h1 class="cr-logo">Croodle</h1>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<main role="main" class="container cr-main">
|
|
|
|
<div class="alert alert-danger" role="alert">
|
|
|
|
<h2>Please enable JavaScript!</h2>
|
|
|
|
<p>JavaScript is currently disabled in your browser settings or your browser does not support JavaScript.</p>
|
|
|
|
<p>Croodle requires JavaScript. Therefore to use Croodle, you must first enable JavaScript.</p>
|
|
|
|
<a class="btn btn-outline-dark btn-lg" href="http://www.enable-javascript.com/">Click here for instructions on how to enable JavaScript.</a>
|
2015-01-13 19:27:36 +01:00
|
|
|
</div>
|
2019-06-07 11:22:13 +02:00
|
|
|
</main>
|
2015-01-13 19:27:36 +01:00
|
|
|
</noscript>
|
2014-10-30 21:44:22 +01:00
|
|
|
</body>
|
|
|
|
</html>
|