aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-05-10 01:39:52 +0700
committerShulhan <ms@kilabit.info>2024-09-15 13:26:28 +0700
commitb1de224b6e28ddeeeeaa90d576f0630c89480ae4 (patch)
treebf56de5a1622c6effd457e63549cbad83cdaf6dd /index.html
parent7e0b412323db013e225cc8122c83cc765e561229 (diff)
downloadpakakeh.ts-b1de224b6e28ddeeeeaa90d576f0630c89480ae4.tar.xz
make: add task to install tools and serve the HTML and docs
The "install-tools" task install the ciigo binary using Go tools into user's ${GOBIN}. The "serve" task serve the HTML files for local development and automatically convert ".md" files to HTML for previewing.
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 93cfdaa..32b8c3a 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,7 @@
</head>
<body>
+ <h3><a href="/README.html"> README </a></h3>
<h3><a href="/editor"> Editor </a></h3>
<h3><a href="/input"> Input </a></h3>
<h3><a href="/notif"> Notification </a></h3>