CoolFace
Apppublic

enzostvs/deepsite

sourceHugging Facemitupdated 8mo agoView on Hugging Face
17klikes
index.html30 linesDownload Raw Back to root
1<!DOCTYPE html>2<html lang="en">3  <head>4    <meta charset="utf-8" />5    <link rel="icon" type="image/svg+xml" href="/logo.svg" />6    <meta name="viewport" content="width=device-width, initial-scale=1.0" />7    <title>DeepSite | Build with AI ✨</title>8    <meta9      name="description"10      content="DeepSite is a web development tool that11    helps you build websites with AI, no code required. Let's deploy your12    website with DeepSite and enjoy the magic of AI."13    />14    <link rel="preconnect" href="https://fonts.googleapis.com" />15    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />16    <link17      href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap"18      rel="stylesheet"19    />20    <link21      href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap"22      rel="stylesheet"23    />24  </head>25  <body>26    <div id="root"></div>27    <script type="module" src="/src/main.tsx"></script>28  </body>29</html>30