Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <include src="include/_head.html"></include> |
| 5 | <title>Material Design Lite Extensions - Bordered Fields</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/bordered-fields/snippets/bordered-fields.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 = 'Bordered Fields'; |
| 23 | } |
| 24 | }); |
| 25 | }()); |
| 26 | </script> |
| 27 | |
| 28 | </body> |
| 29 | </html> |