File size: 2,084 Bytes
01b20fd
22d91a3
 
 
 
 
 
 
4ec7545
 
 
 
 
dd14303
01b20fd
 
 
 
 
 
 
 
 
 
 
22d91a3
e845546
22d91a3
 
01b20fd
22d91a3
 
 
 
 
 
 
 
 
01b20fd
22d91a3
 
 
 
 
 
 
01b20fd
22d91a3
01b20fd
 
 
 
 
22d91a3
 
8f1d4f2
 
19d7335
8f1d4f2
 
22d91a3
e845546
8f1d4f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22d91a3
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <!-- Bootstrap CSS -->

    <link
      rel="icon"
      type="image"
      href="https://katara.earth/katara-favicon.svg"
    />
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    <link
      href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
      rel="stylesheet"
      integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
      crossorigin="anonymous"
    />
    <script
      src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
      integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
      crossorigin="anonymous"
    ></script>

    <title>Katara llama</title>
  </head>
  <style>
    @import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");

    body {
      background-image: linear-gradient(90deg, #09203f, #0057ff);
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .container {
      padding: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 1000px;
      margin: 0 auto;
    }

    .titlegpt {
      font-size: 9vw;
      color: white;
      font-family: "Play", sans-serif;
    }
  </style>
  <body>
    <script>
      function accessApi() {
        window.location = "https://dkdaniz-katara.hf.space/api/docs";
      }
    </script>
    <div class="container">
      <div class="titlegpt">Katara llama</div>
      <button
        type="button"
        style="
          background-color: rgb(231, 185, 18);
          border-radius: 8px;
          color: #ffffff;
          width: 200px;
          height: 50px;

          margin-top: 100px;
        "
        onclick="accessApi()"
      >
        Access our api here
      </button>
    </div>
  </body>
</html>