discord-bot / src /static /index.html
Sébastien De Greef
chore: Update Dockerfile to install CUDA 12.4.1 and cuDNN 9.1.1 libraries
7ac7d6c
raw
history blame contribute delete
308 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FastAPI Static File</title>
</head>
<body>
<h1>Hello, FastAPI!</h1>
<p>This is a static HTML file served by FastAPI.</p>
</body>
</html>