File size: 582 Bytes
6348944
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
  <head>
    <title>Nothing to show (yet)</title>
    <link href="/css/daisyui@2.6.0.css" rel="stylesheet" type="text/css">
  </head>
  <body>
    <div class="hero min-h-screen bg-stone-100">
      <div class="hero-content text-center">
        <div class="flex flex-col max-w-xl space-y-6">
          <h1 class="font-bold text-stone-600 mb-4">Nothing to show here (note: minimum prompt size is 10 characters)</h1>
        </div>
      </div>
    </div>
    <script src="/js/alpinejs@3.12.2.js"></script>
    <script src="/js/tailwindcss@3.3.2.js"></script>
  </body>
</html>