You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.2 KiB

10 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <link rel="shortcut icon" href="/img/favicon.png" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  8. <meta name="author" content="Gogs - Go Git Service" />
  9. <meta name="description" content="Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language" />
  10. <meta name="keywords" content="go, git">
  11. <!-- Stylesheets -->
  12. <link href="/css/bootstrap.min.css" rel="stylesheet" />
  13. <link href="/css/todc-bootstrap.min.css" rel="stylesheet" />
  14. <link href="/css/font-awesome.min.css" rel="stylesheet" />
  15. <link href="/css/markdown.css" rel="stylesheet" />
  16. <link href="/css/gogs.css" rel="stylesheet" />
  17. <script src="/js/jquery-1.10.1.min.js"></script>
  18. <script src="/js/bootstrap.min.js"></script>
  19. <script src="/js/lib.js"></script>
  20. <script src="/js/app.js"></script>
  21. <title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
  22. </head>
  23. <body>
  24. <div id="wrapper">
  25. <noscript>Please enable JavaScript in your browser!</noscript>