blob: 93adf1c953b4b7c9ad050a80eee54b274e9a3bbb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<include src="include/_head.html"></include>
<title>Material Design Lite Extensions - Lightboard</title>
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header">
<include src="include/_header.html"></include>
<include src="include/_drawer.html"></include>
<main id="mount" class="mdl-layout__content">
<include src="../../src/lightboard/snippets/lightboard.html"></include>
</main>
</div>
<include src="include/_scripts.html"></include>
<script>
(function() {
'use strict';
document.addEventListener('DOMContentLoaded', function() {
var title = document.querySelector('#header-title');
if(title) {
title.innerHTML = 'Lightboard';
}
});
}());
</script>
</body>
</html>