File: index.html

package info (click to toggle)
golang-github-gin-contrib-static 0.0~git20200916.d45d9a3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: makefile: 6
file content (10 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="ja">
  <head>
    <meta charset="UTF-8" />
    <title>go-bindata</title>
  </head>
  <body>
    <h1>Hello Gin go-bindata middleware</h1>
  </body>
</html>