aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/views/test.ejs
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-04-10 14:16:42 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-04-10 14:16:42 +0200
commit0da1f1593d7935d4b1503b0604248e02b365c8c9 (patch)
tree09531ba81b15cdcb038a973f8ebdd06201a8d6cd /views/test.ejs
parentadded test page for design (diff)
downloadDivid-0da1f1593d7935d4b1503b0604248e02b365c8c9.tar.gz
HERE IT IS
Diffstat (limited to 'views/test.ejs')
-rw-r--r--views/test.ejs43
1 files changed, 43 insertions, 0 deletions
diff --git a/views/test.ejs b/views/test.ejs
new file mode 100644
index 0000000..4bb56c8
--- /dev/null
+++ b/views/test.ejs
@@ -0,0 +1,43 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+ <title><%= title %></title>
+ <meta name="description" content="" />
+ <meta name="author" content="">
+
+ <meta name="viewport" content="width=device-width" />
+ <link rel='stylesheet' href='/css/bootstrap.css' />
+
+ <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+ <!--[if lt IE 9]>
+ <script src="../assets/js/html5shiv.js"></script>
+ <![endif]-->
+
+</head>
+<body>
+ <h1><%= title %></h1>
+ <p>Velkommen til <%= title %></p>
+ <p>Her kommer det <em>kanskje</em> mer senere.</p>
+
+
+ <!--
+ Le javascript
+ ==================================================
+ Placed at the end of the document so the pages load faster
+ -->
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
+ <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.0.min.js"><\/script>')</script>
+ <script src="/js/bootstrap.min.js"></script>
+ <script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+ ga('create', 'UA-39435674-1', 'divid.no');
+ ga('send', 'pageview');
+ </script>
+</body>
+</html>