pytzen commited on
Commit
f60b831
1 Parent(s): 6a4df56

feature: h1 link

Browse files
Files changed (1) hide show
  1. app/index.html +1 -1
app/index.html CHANGED
@@ -8,7 +8,7 @@
8
  </head>
9
  <body>
10
  <div class="container">
11
- <h1>saphir.ai</h1>
12
  <h2>Hugging Face Experiment</h2>
13
  <p>This is a simple HTML response from FastAPI.</p>
14
  </div>
 
8
  </head>
9
  <body>
10
  <div class="container">
11
+ <h1><a href="https://saphir.ai">saphir.ai</a></h1>
12
  <h2>Hugging Face Experiment</h2>
13
  <p>This is a simple HTML response from FastAPI.</p>
14
  </div>