mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
25 lines
400 B
HTML
25 lines
400 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
<title>Release notes - AltTab</title>
|
|
|
|
<style type="text/css">
|
|
{% capture main %}
|
|
{% include main.scss %}
|
|
{% endcapture %}
|
|
{{ main | scssify }}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<section class="page">
|
|
{{ content }}
|
|
</section>
|
|
|
|
</body>
|
|
</html>
|