🚀 Initial commit: Versão atual do TrackSteel APP
This commit is contained in:
25
index.html
Normal file
25
index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pt-BR">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<title>TrackSteel — Gestão Industrial de Estruturas Metálicas</title>
|
||||
<meta name="description"
|
||||
content="TrackSteel: plataforma de gestão industrial para fabricação de estruturas metálicas. Controle de OFs, peças, estoque, produção e expedição." />
|
||||
<meta name="author" content="TrackSteel" />
|
||||
|
||||
<meta property="og:title" content="TrackSteel" />
|
||||
<meta property="og:description" content="Plataforma de gestão industrial para fabricação de estruturas metálicas." />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user