mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
17 lines
661 B
HTML
17 lines
661 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css" />
|
|
<link rel="stylesheet" href="/css/master.css" />
|
|
<title>{{ page.title }}</title>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
{{ content }}
|
|
</div>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
|
<script src="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js"></script>
|
|
</body>
|
|
</html>
|