socialnerds/gmurml
socialnerds
/
gmurml
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
gmurml/_layouts/default.html

21 lines
580 B
HTML
Raw Normal View History

2016-06-03 23:16:22 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="{{ site.description }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ site.title }}</title>
2016-06-10 20:30:02 +02:00
<link rel="stylesheet" href="/css/main.css">
2016-06-05 11:53:32 +02:00
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" >
2016-06-03 23:16:22 +02:00
{% include head.html %}
</head>
<body>
<div class="container">
<h1><a href="./">{{ site.tag_text }}</a></h1>
{{ content }}
</div>
{% include scripts.html %}
</body>
</html>