1
0
mirror of https://github.com/labstack/echo.git synced 2025-03-31 22:05:06 +02:00
echo/example/public/index.html

12 lines
175 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bolt</title>
</head>
<body>
Hello, Bolt!
<script src="/js/main.js"></script>
</body>
</html>