zeus.ugent.be/layouts/default.erb

26 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-06-09 12:27:23 +00:00
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
2016-07-18 07:24:24 +00:00
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Zeus WPI: Werkgroep Informatica van de Universiteit Gent</title>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
2016-06-09 12:27:23 +00:00
<link rel="stylesheet" href="/stylesheet.css">
2016-07-18 07:24:24 +00:00
<link rel="icon" href="favicon32.png" type="image/x-icon" />
<script src="https://code.jquery.com/jquery-3.0.0.min.js" charset="utf-8"></script>
2016-06-09 12:27:23 +00:00
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
2016-07-18 09:06:45 +00:00
<%= content_for(@item, :head) %>
2016-06-09 12:27:23 +00:00
</head>
<body>
2016-07-18 07:24:24 +00:00
<%= yield %>
2016-06-09 12:27:23 +00:00
</body>
</html>