1
0
mirror of https://github.com/labstack/echo.git synced 2025-03-29 21:56:53 +02:00
echo/example/public/index.html
Vishal Rana d3481ca5a5 Added public directory in example
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-03-10 17:34:13 -07:00

12 lines
175 B
HTML

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