]> git.plutz.net Git - serve0/blobdiff - templates/frame.html.sh
serve html file statically
[serve0] / templates / frame.html.sh
index 6350bd2f72c976008dedd831c4d16f22998dff5a..e6f2d6e71d8eb6e7302f94bec35f9fe6d12b7515 100755 (executable)
@@ -22,11 +22,7 @@ cat <<EOF
   <head>
     <meta name="viewport" content="width=device-width">
     <title>${TITLE:-${PAGE}}</title>
-    <style type="text/css">
-    <!--
-    $(. "${_EXEC}/templates/common.css.sh")
-    -->
-    </style>
+    <link rel="stylesheet" href="?static=common.css" />
   </head>
   <body>
     $([ -x "${BODY}" ] && . "${BODY}" || printf %s Error)