aboutsummaryrefslogtreecommitdiff
path: root/templates/ng/base/head.tmpl
diff options
context:
space:
mode:
authorJustin Nuß <nuss.justin@gmail.com>2014-07-26 11:23:58 +0200
committerJustin Nuß <nuss.justin@gmail.com>2014-07-26 11:23:58 +0200
commit91480f3791f266369c343c539f8eeec245fa969a (patch)
treea03ad6062fe4b546367cdb6f9921399458d97441 /templates/ng/base/head.tmpl
parent835e85b5ce9921ffd4d50b90b706e02685167331 (diff)
parent35c75f06a0a4f321021984830d760e67ca0ef8e5 (diff)
Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281
Conflicts: modules/base/tool.go
Diffstat (limited to 'templates/ng/base/head.tmpl')
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/ng/base/head.tmpl b/templates/ng/base/head.tmpl
new file mode 100644
index 00000000..bab914bf
--- /dev/null
+++ b/templates/ng/base/head.tmpl
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <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">
+
+ <link rel="shortcut icon" href="/img/favicon.png" />
+
+ <!-- Stylesheet -->
+ <link rel="stylesheet" href="/ng/css/ui.css">
+ <link rel="stylesheet" href="/ng/css/gogs.css">
+ <link rel="stylesheet" href="/css/font-awesome.min.css">
+ <link rel="stylesheet" href="/ng/fonts/octicons.css">
+ <!-- <link rel="stylesheet" href="http://cdn.bootcss.com/highlight.js/8.1/styles/github.min.css"> -->
+ <link rel="stylesheet" href="/css/github.min.css">
+
+ <!-- JavaScript -->
+ <script src="/ng/js/lib/jquery-1.11.1.min.js"></script>
+ <script src="/ng/js/lib/tabs.js"></script>
+ <script src="/ng/js/lib/lib.js"></script>
+ <script src="/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> \ No newline at end of file