extracting css file

This commit is contained in:
Cássio Zen
2016-07-18 15:07:45 -03:00
parent b991b1af26
commit 8fdb46f085
3 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,7 @@
<title>This is an example</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/cms.css"/>
<script>
window.repoFiles = {
_posts: {
@ -65,6 +66,7 @@
</script>
</head>
<body>
<script src='/cms.js'></script>
</body>
</html>