kitchensink
Version:
Dispatch's awesome components and style guide
27 lines (25 loc) • 719 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Kitchen Sink</title>
<meta name="description" content="Kitchen Sink app">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="root"></div>
<script>
WebFontConfig = {
google: {
families: ['Lato:300,400,700,900']
}
};
(function(d) {
var wf = d.createElement('script'), s = d.scripts[0];
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
s.parentNode.insertBefore(wf, s);
})(document);
</script>
</body>
</html>