remove site.css from html docs

This commit is contained in:
wing328 2015-10-05 22:33:25 +08:00
parent ea1c2809f7
commit d882e9fe0a

View File

@ -4,7 +4,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>{{{appName}}}</title> <title>{{{appName}}}</title>
<link rel="stylesheet" type="text/css" href="site.css" media="screen" />
<style type="text/css"> <style type="text/css">
{{>style.css}} {{>style.css}}
</style> </style>
@ -161,4 +160,4 @@
{{/model}} {{/model}}
{{/models}} {{/models}}
</body> </body>
</html> </html>