source: client_app/public/index.html@ 2e507a8

Last change on this file since 2e507a8 was f36822a, checked in by Vzdra <vladko.zdravkovski@…>, 3 years ago

testing with react client app

  • Property mode set to 100644
File size: 514 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 <title>React App</title>
13 </head>
14 <body>
15 <noscript>You need to enable JavaScript to run this app.</noscript>
16 <div id="root"></div>
17 </body>
18</html>
Note: See TracBrowser for help on using the repository browser.