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" >
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2014-10-30 21:44:22 +01:00
{{content-for 'head'}}
< link rel = "stylesheet" href = "assets/vendor.css" >
< link rel = "stylesheet" href = "assets/croodle.css" >
2015-07-02 15:39:14 +02:00
2015-01-18 18:06:47 +01:00
{{content-for 'head-footer'}}
2014-10-30 21:44:22 +01:00
< / head >
< body >
{{content-for 'body'}}
< script src = "assets/vendor.js" > < / script >
< script src = "assets/croodle.js" > < / script >
2015-07-02 15:53:02 +02:00
2015-01-18 18:06:47 +01:00
{{content-for 'body-footer'}}
2016-08-20 23:28:39 +02:00
2015-01-13 19:27:36 +01:00
< 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 >
2014-10-30 21:44:22 +01:00
< / body >
< / html >