diff options
author | William Carroll <wpcarro@gmail.com> | 2021-12-27T16·18-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-27T16·21+0000 |
commit | 3d1519c38441d405188bdacb57d85f09ba7a849d (patch) | |
tree | 05187fdb2929a313864813aca78f7fd26efbb583 /users/wpcarro/website/goals/src/index.html | |
parent | 1f8e606c123e21ae1f9d61160d1ade277fc91bf9 (diff) |
chore(wpcarro/website): Archive dusty, old websites r/3478
Change-Id: I07b6e70ec4026644733e58a2c5f2aa6696a038f3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4719 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/website/goals/src/index.html')
-rw-r--r-- | users/wpcarro/website/goals/src/index.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/users/wpcarro/website/goals/src/index.html b/users/wpcarro/website/goals/src/index.html deleted file mode 100644 index 91752af916a4..000000000000 --- a/users/wpcarro/website/goals/src/index.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8" /> - <link rel="stylesheet" href="./index.css" /> - </head> - <body> - <div id="mount"></div> - <script src="./index.tsx"></script> - </body> -</html> |