]> git.plutz.net Git - serve0/blobdiff - static/common.css
serve html file statically
[serve0] / static / common.css
similarity index 90%
rename from templates/common.css.sh
rename to static/common.css
index edfe39dfb18cb315dcd97065b54a303650e4ad02..a995fd6084165e553f5c0c178a3c3863fde21d35 100755 (executable)
@@ -1,21 +1,20 @@
-# Copyright 2014 - 2016 Paul Hänsch
-#
-# This file is part of Serve0
-# 
-# Serve0 is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-# 
-# Serve0 is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Affero General Public License for more details.
-# 
-# You should have received a copy of the GNU Affero General Public License
-# along with Serve0  If not, see <http://www.gnu.org/licenses/>. 
-
-cat <<EOF
+/* Copyright 2014 - 2016 Paul Hänsch
+
+   This file is part of Serve0
+   
+   Serve0 is free software: you can redistribute it and/or modify
+   it under the terms of the GNU Affero General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+   
+   Serve0 is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU Affero General Public License for more details.
+   
+   You should have received a copy of the GNU Affero General Public License
+   along with Serve0  If not, see <http://www.gnu.org/licenses/>. 
+*/
 
 * {
   -moz-box-sizing: border-box;
@@ -375,6 +374,4 @@ div.panel {
   #playctl form button[name="vol"] { width: 3%;}
   #playctl form button[name="amp"] + br {display: none;}
 }
-EOF
 
-# vi:set filetype=css: