mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 00:44:19 +01:00
25 lines
850 B
HTML
25 lines
850 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
|
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<title>{{ page.title }} - {{ site.tagline }}</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="{{ site.tagline }}">
|
|
<meta name="author" content="Gigi">
|
|
|
|
<link rel="stylesheet" href="/css/bootstrap.css" type="text/css" />
|
|
<link rel="stylesheet" href="/css/21.css" type="text/css" />
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
|
|
<script type="text/javascript" src="/js/jquery-1.10.2.min.js"></script>
|
|
<script type="text/javascript" src="/js/raphael-2.1.0.min.js"></script>
|
|
<script type="text/javascript" src="/js/kartograph.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
{{ content }}
|
|
</body>
|
|
|
|
</html> |