vac.dev-experimental-old/_includes/header.html

13 lines
382 B
HTML
Raw Normal View History

2020-05-02 00:09:13 +00:00
<!DOCTYPE html>
2019-07-17 02:50:17 +00:00
<html class="no-js" lang="en-US">
2020-05-02 00:09:13 +00:00
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Tailwind Jekyll Starter Kit</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" />
</head>
2017-11-09 02:34:49 +00:00
2020-05-02 00:09:13 +00:00
<body></body>
</html>