14 lines
381 B
HTML
Executable File
14 lines
381 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"/>
|
|
<link rel="stylesheet" href="styles/style.css"/>
|
|
<title>@title</title>
|
|
</head>
|
|
<body>
|
|
@slides <!-- reserved keyword -->
|
|
<script src="../onpoint.js"></script>
|
|
</body>
|
|
</html> |