add react

This commit is contained in:
2025-02-02 00:58:28 -05:00
parent ead9309e30
commit f5f335ff33
16 changed files with 258 additions and 31 deletions

10
src/ts/links.ts Normal file
View File

@ -0,0 +1,10 @@
const enum Links {
Self = "https://rhpidfyre.io/",
Cloud = "https://files.rhpidfyre.io/",
Gsm = "https://gsm.rhpidfyre.io/",
Git = "https://git.rhpidfyre.io/",
RepoGitea = "https://git.rhpidfyre.io/rhpidfyre/rhpidfyre.io/",
RepoGithub = "https://github.com/unixtensor/rhpidfyre.io/"
}
export { Links }