You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
<!DOCTYPE html>
|
|
<html style="height:100%;width:100%;margin:0px;">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>{{ site.title }}{% if page.title %} | {{ page.title }}{% endif %}</title>
|
|
<meta name="description" content="{{ site.subtitle }}">
|
|
|
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
|
|
|
|
{% seo %}
|
|
</head>
|
|
<body id="landing" style="display:table;height:100%;width:100%;margin:0px;">
|
|
<div class="container" style="display:table-cell; vertical-align:middle;">
|
|
<div id="content" align="center">
|
|
<img src="static/icon_foreground.png" width="45%">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
|
|
{% if site.google_analytics_id != "" %}
|
|
{% include google_analytics.html %}
|
|
{% endif %}
|
|
</body>
|
|
</html>
|
|
|