1
0
mirror of https://github.com/labstack/echo.git synced 2025-04-23 12:18:53 +02:00

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>