source: client_app/public/index.html

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

bugfixes

  • Property mode set to 100644
File size: 543 bytes
RevLine 
[f36822a]1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
[81c9e25]5 <link rel="icon" href="%PUBLIC_URL%/logo.png" />
[f36822a]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 />
[81c9e25]12 <title>Tinki</title>
[f36822a]13 </head>
[bf9486e]14 <body style="background-color: aliceblue">
[f36822a]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.