Files
go-fiber-template/frontend/test.html

8 lines
124 B
HTML
Raw Normal View History

2024-01-10 21:20:45 +01:00
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>