head.html 578 B

123456789101112131415
  1. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  2. <link rel="shortcut icon" href="/static/img/favicon.png" />
  3. <meta name="author" content="Unknown" />
  4. <meta name="description" content="Beego sample app - Web IM" />
  5. <meta name="keywords" content="Go, golang, beego, sample, Web IM">
  6. <link href="/static/css/bootstrap.min.css" rel="stylesheet" />
  7. <script src="/static/js/jquery-1.10.1.min.js"></script>
  8. {{if .IsLongPolling}}
  9. <script src="/static/js/longpolling.js"></script>
  10. {{end}}
  11. {{if .IsWebSocket}}
  12. <script src="/static/js/websocket.js"></script>
  13. {{end}}