1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 09:23:39 +00:00
fiber/.github/index.html

14 lines
214 B
HTML
Raw Normal View History

2020-05-29 10:22:54 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test file</title>
</head>
<body>
Hello, World!
</body>
</html>