diff options
Diffstat (limited to 'web/index.html')
| -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> |
