saphir / app /index.html
pytzen's picture
Update app/index.html
da0e0c0
raw
history blame
468 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>saphir.ai</title>
<link rel="stylesheet" type="text/css" href="/static/styles.css">
</head>
<body>
<div class="container">
<h1>saphir.ai</h1>
<h2>Hugging Face Experiment</h2>
<p>This is a simple HTML response from FastAPI.</p>
</div>
</body>
</html>