diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-06T11·26+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-06-06T11·43+0000 |
commit | 5dee4780dab5e22eb2929a3b4287c5a781fc20f9 (patch) | |
tree | efdbcdd87bef1bd6dcca3010c0b7115bb443b6de | |
parent | 6fa6f3a7f4a72a74ce495609646d2dae3789cde3 (diff) |
chore(corp/rih): move frontend to a separate folder r/6237
Change-Id: Ic7467f459015c39c73f87c61a048319eaf1243be Reviewed-on: https://cl.tvl.fyi/c/depot/+/8714 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r-- | corp/rih/frontend/Cargo.lock (renamed from corp/rih/Cargo.lock) | 0 | ||||
-rw-r--r-- | corp/rih/frontend/Cargo.toml (renamed from corp/rih/Cargo.toml) | 0 | ||||
-rw-r--r-- | corp/rih/frontend/default.nix (renamed from corp/rih/default.nix) | 0 | ||||
-rw-r--r-- | corp/rih/frontend/index.css (renamed from corp/rih/index.css) | 0 | ||||
-rw-r--r-- | corp/rih/frontend/index.html (renamed from corp/rih/index.html) | 0 | ||||
-rw-r--r-- | corp/rih/frontend/rih-logo.png (renamed from corp/rih/rih-logo.png) | bin | 420956 -> 420956 bytes | |||
-rw-r--r-- | corp/rih/frontend/src/home.html (renamed from corp/rih/src/home.html) | 0 | ||||
-rw-r--r-- | corp/rih/frontend/src/main.rs (renamed from corp/rih/src/main.rs) | 0 | ||||
-rw-r--r-- | corp/rih/frontend/src/privacy-policy.md (renamed from corp/rih/src/privacy-policy.md) | 0 | ||||
-rw-r--r-- | corp/rih/frontend/static-markdown/Cargo.toml (renamed from corp/rih/static-markdown/Cargo.toml) | 0 | ||||
-rw-r--r-- | corp/rih/frontend/static-markdown/src/lib.rs (renamed from corp/rih/static-markdown/src/lib.rs) | 0 |
11 files changed, 0 insertions, 0 deletions
diff --git a/corp/rih/Cargo.lock b/corp/rih/frontend/Cargo.lock index b9d5c9c330d8..b9d5c9c330d8 100644 --- a/corp/rih/Cargo.lock +++ b/corp/rih/frontend/Cargo.lock diff --git a/corp/rih/Cargo.toml b/corp/rih/frontend/Cargo.toml index 1ef53bb5d3f6..1ef53bb5d3f6 100644 --- a/corp/rih/Cargo.toml +++ b/corp/rih/frontend/Cargo.toml diff --git a/corp/rih/default.nix b/corp/rih/frontend/default.nix index 24bbde09b975..24bbde09b975 100644 --- a/corp/rih/default.nix +++ b/corp/rih/frontend/default.nix diff --git a/corp/rih/index.css b/corp/rih/frontend/index.css index e71a9c8b0c03..e71a9c8b0c03 100644 --- a/corp/rih/index.css +++ b/corp/rih/frontend/index.css diff --git a/corp/rih/index.html b/corp/rih/frontend/index.html index 4f0f8f36041d..4f0f8f36041d 100644 --- a/corp/rih/index.html +++ b/corp/rih/frontend/index.html diff --git a/corp/rih/rih-logo.png b/corp/rih/frontend/rih-logo.png index 5d12843ede6b..5d12843ede6b 100644 --- a/corp/rih/rih-logo.png +++ b/corp/rih/frontend/rih-logo.png Binary files differdiff --git a/corp/rih/src/home.html b/corp/rih/frontend/src/home.html index 697daf5148f3..697daf5148f3 100644 --- a/corp/rih/src/home.html +++ b/corp/rih/frontend/src/home.html diff --git a/corp/rih/src/main.rs b/corp/rih/frontend/src/main.rs index 9b7e38422ac2..9b7e38422ac2 100644 --- a/corp/rih/src/main.rs +++ b/corp/rih/frontend/src/main.rs diff --git a/corp/rih/src/privacy-policy.md b/corp/rih/frontend/src/privacy-policy.md index 843aac4c0a90..843aac4c0a90 100644 --- a/corp/rih/src/privacy-policy.md +++ b/corp/rih/frontend/src/privacy-policy.md diff --git a/corp/rih/static-markdown/Cargo.toml b/corp/rih/frontend/static-markdown/Cargo.toml index c0e298d44cf2..c0e298d44cf2 100644 --- a/corp/rih/static-markdown/Cargo.toml +++ b/corp/rih/frontend/static-markdown/Cargo.toml diff --git a/corp/rih/static-markdown/src/lib.rs b/corp/rih/frontend/static-markdown/src/lib.rs index 6a25c9292654..6a25c9292654 100644 --- a/corp/rih/static-markdown/src/lib.rs +++ b/corp/rih/frontend/static-markdown/src/lib.rs |