diff options
author | rohan09-raj <[email protected]> | 2022-07-17 23:17:33 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-07-17 23:17:33 +0530 |
commit | c44c85af7ade620419c097d9fc8ce4c9c66c00a7 (patch) | |
tree | fa9b5f6322088ad75a1675780e47807efbc3108f /public | |
parent | e571b19f3c3215fbb7436d2f023eca02c0955e4e (diff) |
Built a basic folder structure
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index aa069f2..de71572 100644 --- a/public/index.html +++ b/public/index.html @@ -24,6 +24,13 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> + <!-- Fonts --> + <link rel="preconnect" href="https://fonts.googleapis.com" /> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> + <link + href="https://fonts.googleapis.com/css2?family=Barlow&family=Fredoka+One&display=swap" + rel="stylesheet" + /> <title>React App</title> </head> <body> |