1
0
mirror of https://github.com/labstack/echo.git synced 2026-05-16 09:48:24 +02:00
Files
echo/examples/web/public/index.html
T

12 lines
173 B
HTML
Raw Normal View History

2015-03-10 17:34:13 -07:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2015-03-27 14:21:30 -07:00
<title>Echo</title>
2015-03-10 17:34:13 -07:00
</head>
<body>
2015-04-11 10:09:41 -07:00
Echo!
<script src="/scripts/main.js"></script>
2015-03-10 17:34:13 -07:00
</body>
</html>