Skip to content

Commit 7b91861

Browse files
committed
final...
1 parent 8765cb9 commit 7b91861

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

dist/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html><style>pre,body{background:#111;color:#fff;display:flex;flex-direction:column;align-items:center;font-size:18px;line-height:2em}</style><pre>Beautiful is better than ugly
1+
<link rel=icon href=data:,><style>body{background:#111;color:#fff;display:flex;flex-direction:column;align-items:center;font-size:18px;line-height:2em}</style><pre>Beautiful is better than ugly
22
Explicit is better than implicit
33
Simple is better than complex
44
Complex is better than complicated
@@ -13,7 +13,7 @@
1313
There should be one - and preferably only one - obvious way to do it
1414
Although that way may not be obvious at first unless you're Dutch
1515
Now is better than never
16-
Although never is often better than <i>right</i> now
16+
Although never is often better than right now
1717
If the implementation is hard to explain, it's a bad idea
1818
If the implementation is easy to explain, it may be a good idea
19-
Namespaces are one honking great idea - let's do more of those!<h1>Zen of Python<a href=//t.ly/fzs_>.<title>Zen of Python
19+
Namespaces are one honking great idea - let's do more of those!<h1><a href=//t.ly/fzs_>Zen of Python<title>Zen of Python

index.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<!doctype html>
21
<html>
32
<head>
3+
<link rel="icon" href="data:,">
44
<style>
5-
pre,
65
body {
76
background: #111;
87
color: #fff;
@@ -30,8 +29,8 @@
3029
There should be one - and preferably only one - obvious way to do it
3130
Although that way may not be obvious at first unless you're Dutch
3231
Now is better than never
33-
Although never is often better than <i>right</i> now
32+
Although never is often better than right now
3433
If the implementation is hard to explain, it's a bad idea
3534
If the implementation is easy to explain, it may be a good idea
36-
Namespaces are one honking great idea - let's do more of those!<h1>Zen of Python<a href="//t.ly/fzs_">.<title>Zen of
35+
Namespaces are one honking great idea - let's do more of those!<h1><a href="//t.ly/fzs_">Zen of Python<title>Zen of
3736
Python

zenofpython.org.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
pageurl: zenofpython.org
3+
size: 1022
4+
---

0 commit comments

Comments
 (0)