diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-20 12:55:32 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-23 15:59:32 +0100 |
commit | 0b6c028fd4be048bde9369b870e6fe4b80577886 (patch) | |
tree | f3948a5b35156e0e4c00f32cd577067eb31ce497 /index.html |
publish
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..1a607c4 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ +<!doctype html> +<html> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<body style="max-width: 60ch; margin: 0 auto; font-size: 1.2em; text-align: center;"> +<h1>Quackmark</h1> + +<p style="line-height: 1.5em;"> +If it walks like a duck and it quacks like a duck, then it's probably a duck.<br> +But if you want to be safe, you have to check. +</p> + +Compare <a href="checkers.html">static type checkers</a> +and <a href="loaders.html">type‑safe loaders</a>. + +<p>Learn more on <a href="https://typing.readthedocs.io/en/latest/">typing.readthedocs.io</a>. + +<footer style="font-size: smaller; border-top: 1px solid #ccc; padding-top: 1em;"> +Created by <a href="https://push-f.com/">push-f</a>. |