1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-25 21:44:20 -04:00
gitea/templates/base/head.tmpl

22 lines
894 B
Cheetah
Raw Normal View History

2014-02-17 18:38:50 -05:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="/img/favicon.png" />
<meta name="author" content="Gogs - Go Git Service" />
<meta name="description" content="Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language" />
<meta name="keywords" content="go, git">
2014-02-14 20:14:22 -05:00
2014-02-17 18:38:50 -05:00
<!-- Stylesheets -->
<link href="/css/bootstrap.min.css" rel="stylesheet" />
<link href="/css/todc-bootstrap.min.css" rel="stylesheet" />
<link href="/css/font-awesome.min.css" rel="stylesheet" />
<link href="/css/gogs.css" rel="stylesheet" />
2014-02-14 20:14:22 -05:00
2014-02-17 18:38:50 -05:00
<script src="/js/jquery-1.10.1.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/app.js"></script>
2014-02-19 14:49:08 -05:00
<title>{{.Title}} | {{AppName}}</title>
2014-02-17 18:38:50 -05:00
</head>
<body>
<noscript>Please enable JavaScript in your browser!</noscript>