blob: 8e55b6a54f8e7d5f0a828fbc57c438c8cfa8bb4c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<include src="include/_head.html"></include>
<title>Material Design Lite Extensions - Format Field</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/formatfield/snippets/formatfield.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 = 'Formatted Fields';
}
});
}());
</script>
</body>
</html>