20 lines
512 B
HTML
20 lines
512 B
HTML
<!DOCTYPE html>
|
|
<html lang="@language">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<title>@title</title>
|
|
|
|
<!-- TODO: Convert stylesheets -->
|
|
<link rel="stylesheet" href="css/latex.css">
|
|
<!-- <link rel="stylesheet" href="lib/css/zenburn.css">-->
|
|
</head>
|
|
<body>
|
|
@slides
|
|
<div id="progress-bar"></div>
|
|
<!-- TODO: Convert scripts -->
|
|
<script src="onpoint/slidify.js"></script>
|
|
</body>
|
|
</html>
|