tabs -> spaces

This commit is contained in:
Jason Miller
2018-04-02 22:49:19 -04:00
parent fbcd16063d
commit 2d02562753

View File

@@ -11,6 +11,13 @@
</head> </head>
<body> <body>
<div id="app" prerender></div> <div id="app" prerender></div>
<script>
(function(style){
style.rel='stylesheet'
style.href='https://fonts.googleapis.com/icon?family=Material+Icons'
document.head.appendChild(style)
})(document.createElement('link'));
</script>
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" /> --> <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" /> -->
</body> </body>
</html> </html>