diff options
author | Shav Kinderlehrer <[email protected]> | 2023-10-15 00:14:32 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-10-15 00:14:32 -0400 |
commit | 96982b85e23af2a24841c3c44e598ae71f78abf6 (patch) | |
tree | ccdedb6e6b4e5d84c259a90d7cb9e9eb1202f2b6 /page/index.txt | |
parent | e05f78146ef386a81b39d3e05afa145c1e23f679 (diff) | |
download | url-shortener-96982b85e23af2a24841c3c44e598ae71f78abf6.tar.gz url-shortener-96982b85e23af2a24841c3c44e598ae71f78abf6.zip |
Implement get
Diffstat (limited to 'page/index.txt')
-rw-r--r-- | page/index.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/page/index.txt b/page/index.txt new file mode 100644 index 0000000..26ea481 --- /dev/null +++ b/page/index.txt @@ -0,0 +1,13 @@ +TRKT - a private link shortener for https://trinket.icu + +trkt.in is written using Elysia[0], Bun[1], and Postgres hosted through an +Nginx proxy. + +The source is available here: {url}. + +blog: {url} +git: {url} + +[0]: https://elysiajs.com/ +[1]: https://bun.sh/ + |