17 lines
483 B
HTML
Executable File
17 lines
483 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="@language">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
|
|
<!-- FIXME: Make this stylesheet work again. -->
|
|
<!--link rel="stylesheet" href="styles/style.css"/-->
|
|
<title>@title</title>
|
|
</head>
|
|
<body>
|
|
@slides <!-- reserved keyword -->
|
|
<!-- FIXME: Make this script work again. -->
|
|
<script src="../slidify.js"></script>
|
|
</body>
|
|
</html>
|