2014-02-17 23:38:50 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
<link rel="shortcut icon" href="/img/favicon.png" />
|
2014-03-17 05:12:28 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
|
|
|
<meta name="author" content="Gogs - Go Git Service" />
|
2014-02-17 23:38:50 +00:00
|
|
|
<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-03-22 17:44:02 +00:00
|
|
|
<meta name="_csrf" content="{{.CsrfToken}}" />
|
2014-04-10 01:42:25 +00:00
|
|
|
{{if .Repository.IsGoget}}<meta name="go-import" content="{{AppDomain}} git {{.CloneLink.HTTPS}}">{{end}}
|
2014-02-15 01:14:22 +00:00
|
|
|
|
2014-02-17 23:38:50 +00:00
|
|
|
<!-- Stylesheets -->
|
2014-04-08 16:41:33 +00:00
|
|
|
{{if IsProdMode}}
|
|
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
|
|
|
|
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
|
|
|
|
|
|
|
|
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
|
|
|
|
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
|
|
|
|
{{else}}
|
2014-02-17 23:38:50 +00:00
|
|
|
<link href="/css/bootstrap.min.css" rel="stylesheet" />
|
|
|
|
<link href="/css/font-awesome.min.css" rel="stylesheet" />
|
2014-02-15 01:14:22 +00:00
|
|
|
|
2014-02-17 23:38:50 +00:00
|
|
|
<script src="/js/jquery-1.10.1.min.js"></script>
|
|
|
|
<script src="/js/bootstrap.min.js"></script>
|
2014-04-08 16:41:33 +00:00
|
|
|
{{end}}
|
|
|
|
|
|
|
|
<link href="/css/todc-bootstrap.min.css" rel="stylesheet" />
|
|
|
|
<link href="/css/markdown.css" rel="stylesheet" />
|
|
|
|
<link href="/css/gogs.css" rel="stylesheet" />
|
|
|
|
|
2014-03-16 15:25:01 +00:00
|
|
|
<script src="/js/lib.js"></script>
|
2014-03-02 13:47:55 +00:00
|
|
|
<script src="/js/app.js"></script>
|
2014-03-06 13:33:17 +00:00
|
|
|
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
|
2014-02-17 23:38:50 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-03-15 12:40:26 +00:00
|
|
|
<div id="wrapper">
|
2014-02-17 23:38:50 +00:00
|
|
|
<noscript>Please enable JavaScript in your browser!</noscript>
|