gohttp/example/index.html

9 lines
247 B
HTML
Raw Normal View History

2025-05-30 18:42:53 +08:00
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head><body>
<h1>Hello World!</h1>
<p>Welcome to my website.</p>
</body></html>