mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 16:24:25 +00:00
0055cbd365
Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
39 lines
1.7 KiB
Cheetah
39 lines
1.7 KiB
Cheetah
<!DOCTYPE html>
|
|
<html>
|
|
<head{{if AppRootSubUrl}} data-suburl="{{AppRootSubUrl}}"{{end}}>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
<meta name="author" content="Gogs - Go Git Service" />
|
|
<meta name="description" content="Gogs(Go Git Service) a painless self-hosted Git Service written in Go" />
|
|
<meta name="keywords" content="go, git, self-hosted, gogs">
|
|
<meta name="_csrf" content="{{.CsrfToken}}" />
|
|
{{if .Repository.IsGoget}}<meta name="go-import" content="{{.GoGetImport}} git {{.CloneLink.HTTPS}}">{{end}}
|
|
|
|
<link rel="shortcut icon" href="{{AppRootSubUrl}}/img/favicon.png" />
|
|
|
|
{{if CdnMode}}
|
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
|
|
|
|
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
|
|
{{else}}
|
|
<link rel="stylesheet" href="{{AppRootSubUrl}}/css/font-awesome.min.css">
|
|
|
|
<script src="{{AppRootSubUrl}}/ng/js/lib/jquery-1.11.1.min.js"></script>
|
|
{{end}}
|
|
<!-- Stylesheet -->
|
|
<link rel="stylesheet" href="{{AppRootSubUrl}}/ng/css/ui.css">
|
|
<link rel="stylesheet" href="{{AppRootSubUrl}}/ng/css/gogs.css">
|
|
<link rel="stylesheet" href="{{AppRootSubUrl}}/ng/fonts/octicons.css">
|
|
<link rel="stylesheet" href="{{AppRootSubUrl}}/css/github.min.css">
|
|
|
|
<!-- JavaScript -->
|
|
<script src="{{AppRootSubUrl}}/ng/js/lib/tabs.js"></script>
|
|
<script src="{{AppRootSubUrl}}/ng/js/lib/lib.js"></script>
|
|
<script src="{{AppRootSubUrl}}/ng/js/gogs.js"></script>
|
|
|
|
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<noscript>Please enable JavaScript in your browser!</noscript>
|