mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 20:47:19 -04:00
12 lines
441 B
HTML
12 lines
441 B
HTML
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
|
|
<title>{{ page.title }} - {{ site.title }}</title>
|
|
<link rel="stylesheet" href="/assets/css/just-the-docs.css">
|
|
<script type="text/javascript" src="/assets/js/vendor/lunr.min.js"></script>
|
|
<script type="text/javascript" src="/assets/js/just-the-docs.js"></script>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|