aboutsummaryrefslogtreecommitdiff
path: root/frontend/public
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-10-22 13:59:12 +0400
committerGitHub <noreply@github.com>2025-10-22 12:59:12 +0300
commit69aeb7889ac136a8e4fbe7de1330298e30345479 (patch)
tree6b2cd2d420105dc7ffad3c3649df359f634cae77 /frontend/public
parentfeat/rankings: update wr for 3 maps (#279) (diff)
downloadlphub-69aeb7889ac136a8e4fbe7de1330298e30345479.tar.gz
lphub-69aeb7889ac136a8e4fbe7de1330298e30345479.tar.bz2
lphub-69aeb7889ac136a8e4fbe7de1330298e30345479.zip
feat/frontend: switch to vite, update node to v22 (#281)
Diffstat (limited to 'frontend/public')
-rw-r--r--frontend/public/index.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html
deleted file mode 100644
index 37e27b7..0000000
--- a/frontend/public/index.html
+++ /dev/null
@@ -1,42 +0,0 @@
1<!DOCTYPE html>
2<html lang="en">
3
4<head>
5 <meta charset="utf-8" />
6 <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
7 <meta name="viewport" content="width=device-width, initial-scale=1" />
8 <meta name="theme-color" content="#000000" />
9 <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
10 <!--
11 manifest.json provides metadata used when your web app is installed on a
12 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
13 -->
14 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
15 <!--
16 Notice the use of %PUBLIC_URL% in the tags above.
17 It will be replaced with the URL of the `public` folder during the build.
18 Only files inside the `public` folder can be referenced from the HTML.
19
20 Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
21 work correctly both with client-side routing and a non-root public URL.
22 Learn how to configure a non-root public URL by running `npm run build`.
23 -->
24 <title>LPHUB</title>
25</head>
26
27<body>
28 <noscript>You need to enable JavaScript to run this app.</noscript>
29 <div id="root"></div>
30 <!--
31 This HTML file is a template.
32 If you open it directly in the browser, you will see an empty page.
33
34 You can add webfonts, meta tags, or analytics to this file.
35 The build step will place the bundled scripts into the <body> tag.
36
37 To begin the development, run `npm start` or `yarn start`.
38 To create a production bundle, use `npm run build` or `yarn build`.
39 -->
40</body>
41
42</html> \ No newline at end of file