3b3abd2a33
* chore: finishing sanity integration with correct schemas * chore: adding sanity client (waiting for bug fix from sanity) * feat: Sanity integration completed * chore: removed useless bootstrap type
22 lines
564 B
HTML
22 lines
564 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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">
|
|
<title>Material Theme Release Notes</title>
|
|
|
|
<link rel="stylesheet" href="{{root}}/ui/release-notes.css">
|
|
</head>
|
|
<body>
|
|
<main class="Container">
|
|
|
|
<div>Loading...</div>
|
|
|
|
</main>
|
|
<script type="text/javascript">
|
|
window.bootstrap = '{{bootstrap}}';
|
|
</script>
|
|
<script type="text/javascript" src="{{root}}/ui/release-notes.js"></script>
|
|
</body>
|
|
</html>
|