Compare commits

...

No commits in common. "e7cbbb8226d2d0f74d1f0b4cfa82f767f9c61785" and "07e10f991c2910562a0ab7821018c0725baefbd7" have entirely different histories.

8 changed files with 34 additions and 8 deletions

View File

@ -0,0 +1,10 @@
Metadata-Version: 1.0
Name: Web-Light
Version: 1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Thomas Klaehn
Author-email: tkl@blackfinn.de
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN

View File

@ -0,0 +1,12 @@
MANIFEST.in
setup.py
start-weblight
Web_Light.egg-info/PKG-INFO
Web_Light.egg-info/SOURCES.txt
Web_Light.egg-info/dependency_links.txt
Web_Light.egg-info/not-zip-safe
Web_Light.egg-info/requires.txt
Web_Light.egg-info/top_level.txt
weblight/__init__.py
weblight/__main__.py
weblight/templates/index.html

View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@
Flask

View File

@ -0,0 +1 @@
weblight

View File

@ -12,8 +12,8 @@
font-weight: 300;
font-style: normal;
height: 100%;
color: #b6b6b6;
background: #282929;
color: #2A2459;
background: #ffffff;
}
body {
@ -26,8 +26,8 @@
div {text-align: center;}
.button {
color: #b6b6b6;
background-color: #3d5f69;
color: #2A2459;
background-color: #c2d100;
padding: 10px;
margin: 10px 0;
border: none;

View File

@ -12,8 +12,8 @@
font-weight: 300;
font-style: normal;
height: 100%;
color: #b6b6b6;
background: #282929;
color: #2A2459;
background: #ffffff;
}
body {
@ -26,8 +26,8 @@
div {text-align: center;}
.button {
color: #b6b6b6;
background-color: #3d5f69;
color: #2A2459;
background-color: #c2d100;
padding: 10px;
margin: 10px 0;
border: none;