2014-02-18 00:38:50 +01: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-15 02:14:22 +01:00
|
|
|
|
2014-02-18 00:38:50 +01: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-15 02:14:22 +01:00
|
|
|
|
2014-02-18 00:38:50 +01:00
|
|
|
<script src="/js/jquery-1.10.1.min.js"></script>
|
|
|
|
<script src="/js/bootstrap.min.js"></script>
|
2014-03-02 14:47:55 +01:00
|
|
|
<script src="/js/app.js"></script>
|
2014-03-06 14:33:17 +01:00
|
|
|
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
|
2014-02-18 00:38:50 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-03-15 13:40:26 +01:00
|
|
|
<div id="wrapper">
|
2014-02-18 00:38:50 +01:00
|
|
|
<noscript>Please enable JavaScript in your browser!</noscript>
|