diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 18:36:33 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 18:36:33 +0200 |
| commit | aa9031ab0deb1535875fe3ca2530428f485dbf9d (patch) | |
| tree | 34898cfe26cfc723038f22892cf3d74df0b6fd57 /web | |
| parent | e8b9ca135642c76000bc0ec2e78674c602a748dd (diff) | |
update pages
Diffstat (limited to 'web')
| -rw-r--r-- | web/index.html | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index a361749..8394c85 100644 --- a/web/index.html +++ b/web/index.html @@ -38,6 +38,14 @@ .links { font-size: 2em; } + + code { + background-color: var(--black); + width: 100%; + display: block; + padding: 8px 0; + text-align: center; + } </style> </head> <body> @@ -60,12 +68,17 @@ can be creatively invoked and associated </p> <p> - has a tui that both reminds and teaches you + tui which assists, reminds and teaches </p> <p> persistent memory allows calling from anywhere </p> </section> + <section> + <code> + go install github.com/ewy1/pik@latest + </code> + </section> <section class="important links"> <ul> <li> |
