1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-16 02:33:26 +02:00
echo/example/public/index.html
Vishal Rana 064a69d1dc New name for repo
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-03-27 14:21:30 -07:00

12 lines
175 B
HTML

<!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>