Spaces:
Running
Running
Delete static/index.html
Browse files- static/index.html +0 -21
static/index.html
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html lang="pt-br">
|
3 |
-
<head>
|
4 |
-
<meta charset="UTF-8">
|
5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>GoalMaster AI</title>
|
7 |
-
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
-
<link rel="stylesheet" href="/css/styles.css">
|
10 |
-
</head>
|
11 |
-
<body class="bg-gray-50">
|
12 |
-
<div id="app" class="min-h-screen">
|
13 |
-
<!-- Seu conteúdo aqui -->
|
14 |
-
<div class="container mx-auto px-4 py-8">
|
15 |
-
<h1 class="text-3xl font-bold text-center mb-8">GoalMaster AI</h1>
|
16 |
-
<div id="content"></div>
|
17 |
-
</div>
|
18 |
-
</div>
|
19 |
-
<script src="/js/main.js"></script>
|
20 |
-
</body>
|
21 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|