mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
15 lines
584 B
HTML
15 lines
584 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<base href="{{ site.baseurl }}">
|
|
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
|
|
<meta name="author" content="{{ site.author }}">
|
|
<meta name="description" content="{{ site.description }}">
|
|
<link rel="stylesheet" href="/css/ubuild.css"/>
|
|
<link rel="stylesheet" href="/css/irma.css"/>
|
|
</head>
|
|
<body>
|