1
0
Fork 0
golang-github-gofiber-fiber/.github/testdata/fs/index.html
Daniel Baumann 6d002e9543
Adding upstream version 2.52.6.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-17 06:50:16 +02:00

12 lines
No EOL
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>