mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
16 lines
454 B
HTML
16 lines
454 B
HTML
<!doctype html>
|
|
<html lang="en-au">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
|
<title>{{ site.name }}</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
{% include head.html %}
|
|
{{ content }}
|
|
{% include foot.html %}
|
|
</body>
|
|
</html>
|