diff options
author | sotech117 <michael_foiani@brown.edu> | 2025-08-28 01:02:20 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2025-08-28 01:02:20 -0400 |
commit | 76640a9cfc6d75b9c2fdf4fad1be0f4769273855 (patch) | |
tree | 358961470b20ee9039acc745cb5073a727b65fe5 /dist/index.html | |
parent | f8cb4d881433055b3ccfb91e1e01219d2dd69a02 (diff) |
remvoe build
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dist/index.html b/dist/index.html deleted file mode 100644 index 3d47b54..0000000 --- a/dist/index.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Vite + React</title> - <link - rel="stylesheet" - href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" - /> - <link - rel="stylesheet" - href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600&display=swap" - /> - <script type="module" crossorigin src="/assets/index-CAVQl1gM.js"></script> - <link rel="stylesheet" crossorigin href="/assets/index-D79haWr_.css"> - </head> - <body> - <div id="root"></div> - </body> -</html> |