bench-forgejo/templates/base/head.tmpl

28 lines
1.2 KiB
Cheetah
Raw Normal View History

2014-02-18 05:08:50 +05:30
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="/img/favicon.png" />
<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-18 05:08:50 +05:30
<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 23:14:02 +05:30
<meta name="_csrf" content="{{.CsrfToken}}" />
2014-02-15 06:44:22 +05:30
2014-02-18 05:08:50 +05:30
<!-- 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" />
2014-03-16 20:55:01 +05:30
<link href="/css/markdown.css" rel="stylesheet" />
2014-02-18 05:08:50 +05:30
<link href="/css/gogs.css" rel="stylesheet" />
2014-02-15 06:44:22 +05:30
2014-02-18 05:08:50 +05:30
<script src="/js/jquery-1.10.1.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
2014-03-16 20:55:01 +05:30
<script src="/js/lib.js"></script>
<script src="/js/app.js"></script>
2014-03-06 19:03:17 +05:30
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
2014-02-18 05:08:50 +05:30
</head>
<body>
2014-03-15 18:10:26 +05:30
<div id="wrapper">
2014-02-18 05:08:50 +05:30
<noscript>Please enable JavaScript in your browser!</noscript>