summaryrefslogtreecommitdiffstats
path: root/templates/base/head.tmpl
blob: f02ea095cafd1498089f54b79c374e0dc0b33f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!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" />
		<meta name="description" content="Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language" />
		<meta name="keywords" content="go, git">

		 <!-- 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/markdown.css" rel="stylesheet" />
		<link href="/css/gogs.css" rel="stylesheet" />

		<script src="/js/jquery-1.10.1.min.js"></script>
		<script src="/js/bootstrap.min.js"></script>
        <script src="/js/lib.js"></script>
        <script src="/js/app.js"></script>
		<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
	</head>
	<body>
		<div id="wrapper">
		<noscript>Please enable JavaScript in your browser!</noscript>