From 533a93939e8cc5b7ddd43ecf0e37e8fd88eaaafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 25 Mar 2018 14:36:11 +0200 Subject: [PATCH] Added web directory --- README.md | 2 +- index.html | 78 ++++++++++-------------- default.min.css => web/default.min.css | 0 highlight.min.js => web/highlight.min.js | 0 script.js => web/script.js | 0 showdown.min.js => web/showdown.min.js | 0 style.css => web/style.css | 0 7 files changed, 33 insertions(+), 47 deletions(-) rename default.min.css => web/default.min.css (100%) rename highlight.min.js => web/highlight.min.js (100%) rename script.js => web/script.js (100%) rename showdown.min.js => web/showdown.min.js (100%) rename style.css => web/style.css (100%) diff --git a/README.md b/README.md index 2817441..1644add 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Comprehensive Python Cheatsheet Main ---- -```javascript +```python if __name__ == '__main__': main() ``` diff --git a/index.html b/index.html index 7136874..b76e2ab 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,20 @@ - - -Comprehensive Python Cheatsheet - - - - - - - - - + + + Comprehensive Python Cheatsheet + + + + + + - - -
- - -
- -
- - - -
-
-
- - - - - - - - - - - - - - - - +
+ + +
+ +
+ + + +
+
+
+ + + \ No newline at end of file diff --git a/default.min.css b/web/default.min.css similarity index 100% rename from default.min.css rename to web/default.min.css diff --git a/highlight.min.js b/web/highlight.min.js similarity index 100% rename from highlight.min.js rename to web/highlight.min.js diff --git a/script.js b/web/script.js similarity index 100% rename from script.js rename to web/script.js diff --git a/showdown.min.js b/web/showdown.min.js similarity index 100% rename from showdown.min.js rename to web/showdown.min.js diff --git a/style.css b/web/style.css similarity index 100% rename from style.css rename to web/style.css