mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-01 05:01:48 +00:00
12 lines
299 B
HTML
12 lines
299 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<img src="/img/fiber.png" alt="">
|
|
<h1>Hello, World!</h1>
|
|
</body>
|
|
</html> |