aboutsummaryrefslogtreecommitdiff
path: root/frontend/public/index.html
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-02-26 20:44:37 +0300
committerGitHub <noreply@github.com>2023-02-26 20:44:37 +0300
commit95caa9dc16cbefcb984ac7a70c5a05b66bab2230 (patch)
tree3e9ae6888905b1a750ad855e3d5b46f70d062481 /frontend/public/index.html
parentactually add update profile route (#30) (diff)
parentUpdate package.json (diff)
downloadlphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.gz
lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.bz2
lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.zip
Merge pull request #32 from Nidboj132/main
frontend
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>