zeus.ugent.be/layouts/default.erb

23 lines
812 B
Plaintext
Raw Normal View History

2016-06-09 12:27:23 +00:00
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>A Brand New Nanoc Site - <%= @item[:title] %></title>
2016-06-09 18:12:08 +00:00
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/pure-min.css">
2016-06-09 12:27:23 +00:00
<link rel="stylesheet" href="/stylesheet.css">
2016-06-09 14:08:43 +00:00
<!--[if lte IE 8]>
2016-06-09 18:12:08 +00:00
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
2016-06-09 14:08:43 +00:00
<![endif]-->
<!--[if gt IE 8]><!-->
2016-06-09 18:12:08 +00:00
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
2016-06-09 14:08:43 +00:00
<!--<![endif]-->
2016-06-09 12:27:23 +00:00
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
2016-06-09 14:08:43 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2016-06-09 12:27:23 +00:00
</head>
<body>
</body>
</html>