mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
23 lines
903 B
HTML
23 lines
903 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>
|
|
{% if page.title %}
|
|
{{ page.title }} —
|
|
{% endif %}
|
|
{{ site.name }}
|
|
</title>
|
|
|
|
<meta name="author" content="{{ site.name }}" />
|
|
<meta name="description" content="{{ site.description }}" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
|
<link rel="alternate" type="application/rss+xml" href="/atom.xml" />
|
|
|
|
<link rel="stylesheet" href="/css/pure.css" type="text/css" media="screen, projection" />
|
|
<link rel="stylesheet" href="/css/pygments.css" type="text/css" />
|
|
<link rel="stylesheet" href="/css/base.css" type="text/css" media="screen, projection" />
|
|
<script type="text/javascript" src="/js/masonry.min.js"></script>
|
|
<script type="text/javascript" src="/js/application.js"></script>
|
|
</head> |