1
0
mirror of https://github.com/labstack/echo.git synced 2025-11-06 08:59:21 +02:00
Files
echo/recipes/embed-resources/app/index.html
Carlos Alexandro Becker 630eb193b9 cr
2015-10-17 22:05:32 -03:00

12 lines
244 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>go.rice Example</title>
<script src="/static/main.js" charset="utf-8"></script>
</head>
<body>
<h1>go.rice Example</h1>
</body>
</html>