htmx/www/content/helloworld.html
Carson Gross db86fa981b fix site
2024-04-19 16:43:38 -06:00

13 lines
275 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Hello World">
<title>Hello World</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>