head.tmpl 665 B

1234567891011121314
  1. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  2. <link rel="shortcut icon" href="img/favicon.png" />
  3. <meta name="author" content="Gogs - Go Git Service" />
  4. <meta name="description" content="Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language" />
  5. <meta name="keywords" content="go, git">
  6. <!-- Stylesheets -->
  7. <link href="css/bootstrap.min.css" rel="stylesheet" />
  8. <link href="css/todc-bootstrap.min.css" rel="stylesheet" />
  9. <link href="css/font-awesome.min.css" rel="stylesheet" />
  10. <link href="css/gogs.css" rel="stylesheet" />
  11. <script src="js/jquery-1.10.1.min.js"></script>
  12. <script src="js/bootstrap.min.js"></script>