10 lines
308 B
TypeScript
10 lines
308 B
TypeScript
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 } |