mirror of
https://github.com/mikeckennedy/fastapi-chameleon.git
synced 2025-08-06 17:29:44 +08:00
12 lines
258 B
XML
12 lines
258 B
XML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
<link rel="stylesheet" href="/static/site.css">
|
|
</head>
|
|
<body>
|
|
<h1>Hello async world</h1>
|
|
<p>Your async message is <strong>${message}</strong></p>
|
|
</body>
|
|
</html> |