header.tmpl 641 B

1234567891011
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <link rel="stylesheet" href="/resources/bootstrap-3.4.1-dist/css/bootstrap.min.css" />
  7. <link rel="stylesheet" href="/resources/css/common.css" />
  8. <title>RedisDog - {{.Title}}</title>
  9. <script type="text/javascript" src="/resources/js/jquery-3.4.1.min.js"></script>
  10. <script type="text/javascript" src="/resources/bootstrap-3.4.1-dist/js/bootstrap.min.js"></script>
  11. <script type="text/javascript" src="/resources/js/common.js"></script>