feature/estrutura #1

Merged
affonso_kopmann merged 6 commits from feature/estrutura into main 2023-01-20 12:21:20 +00:00
8 changed files with 25 additions and 0 deletions
Showing only changes of commit 78f78acc71 - Show all commits

24
public/index.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<link rel="apple-touch-icon" sizes="180x180" href="../src/assets/icons/apple-touch-icon.png">
<link rel="icon" type=".image/png" sizes="32x32" href="../src/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../src/assets/icons/favicon-16x16.png">
<link rel="manifest" href="../src/assets/icons/site.webmanifest">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<title>M3 Academy </title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}