cra-template-t8ninhoreact
Version:
Template personalizado feito por @t8ninho
24 lines (21 loc) • 933 B
HTML
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Site criado por @T8ninho" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- Inicio - Mui Configurações -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<!-- Fim - Mui Configurações -->
<title>T8ninho|Template</title>
</head>
<body>
<noscript>Você precisa habilitar o JavaScript para executar este aplicativo.</noscript>
<div id="root"></div>
</body>
</html>