1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-28 21:08:39 +02:00
echo/example/public/index.html

12 lines
173 B
HTML
Raw Normal View History

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