mirror of
https://github.com/labstack/echo.git
synced 2024-12-22 20:06:21 +02:00
12 lines
244 B
HTML
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>
|