aboutsummaryrefslogtreecommitdiff
path: root/frontend/public/index.html
diff options
context:
space:
mode:
authorNidboj132 <lol2s@vp.pl>2023-02-26 15:49:11 +0100
committerGitHub <noreply@github.com>2023-02-26 15:49:11 +0100
commit2d1d2cc4e7982c9bbf7daa0ac4ea317960d0416a (patch)
tree53b6a66cbb0b0ab49efe1c876878fed4d69e212e /frontend/public/index.html
parentactually add update profile route (#30) (diff)
downloadlphub-2d1d2cc4e7982c9bbf7daa0ac4ea317960d0416a.tar.gz
lphub-2d1d2cc4e7982c9bbf7daa0ac4ea317960d0416a.tar.bz2
lphub-2d1d2cc4e7982c9bbf7daa0ac4ea317960d0416a.zip
Add files via upload
Diffstat (limited to 'frontend/public/index.html')
-rw-r--r--frontend/public/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html
new file mode 100644
index 0000000..3af82f1
--- /dev/null
+++ b/frontend/public/index.html
@@ -0,0 +1,16 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <meta name="theme-color" content="#000000" />
7 <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
8 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
9
10 <title>lp boards</title>
11 </head>
12 <body>
13 <noscript>You need to enable JavaScript to run this app.</noscript>
14 <div id="root"></div>
15 </body>
16</html>