1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-16 02:33:26 +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>Echo</title>
</head>
<body>
Hello, Echo!
<script src="/js/main.js"></script>
</body>
</html>