13 lines
344 B
HTML
13 lines
344 B
HTML
<!doctype html>
|
|
<html class="no-js" lang="en-US">
|
|
|
|
<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>
|
|
|
|
<body>
|