blob: 089b5d9684e885c777f5cee26f19468a07fa5676 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001<!DOCTYPE html>
2<html>
3<head>
4 <include src="include/_head.html"></include>
5 <title>Material Design Lite Extensions - Selectfield</title>
6</head>
7<body>
8<div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header">
9 <include src="include/_header.html"></include>
10 <include src="include/_drawer.html"></include>
11 <main id="mount" class="mdl-layout__content">
12 <include src="../../src/selectfield/snippets/selectfield.html"></include>
13 </main>
14</div>
15<include src="include/_scripts.html"></include>
16<script>
17 (function() {
18 'use strict';
19 document.addEventListener('DOMContentLoaded', function() {
20 var title = document.querySelector('#header-title');
21 if(title) {
22 title.innerHTML = 'Selectfield';
23 }
24 });
25 }());
26</script>
27</body>
28</html>