1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-26 20:54:00 +02:00
echo/example/public/index.html
Vishal Rana 4c8797f09e Priority routes handled ✌️
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-04-11 10:09:41 -07:00

12 lines
173 B
HTML

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