source: CookCraft-FrontEnd/CookCraft-FrontEnd-master/cookcraft-app/public/index.html

Last change on this file was d7b7f00, checked in by Gorazd Biskoski <gorazdbiskoskii@…>, 4 weeks ago

Add project

  • Property mode set to 100644
File size: 644 bytes
Line 
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <meta name="theme-color" content="#000000" />
8 <meta
9 name="description"
10 content="Web site created using create-react-app"
11 />
12 <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
14 <title>CookCraft</title>
15 </head>
16 <body>
17 <noscript>You need to enable JavaScript to run this app.</noscript>
18 <div id="root"></div>
19 </body>
20</html>
Note: See TracBrowser for help on using the repository browser.