UNPKG

baraqex

Version:

A powerful full-stack framework for modern web development

14 lines (13 loc) 398 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" type="image/x-icon" href="/favicon.ico"> <title>My Frontend App</title> </head> <body class="bg-gray-100 min-h-screen"> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>