17 lines
549 B
HTML
Executable file
17 lines
549 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>synthetic-society</title>
|
|
<meta name="description" content="Lovable Generated Project" />
|
|
<meta name="author" content="Lovable" />
|
|
<meta property="og:image" content="/og-image.png" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<!-- GPT Engineer script removed to fix CORS and MIME type issues -->
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|