forked from forgejo/forgejo
Setup templates structure
This commit is contained in:
parent
8ef198dfac
commit
b1c5adc2f2
12 changed files with 100 additions and 7 deletions
14
templates/base/head.tmpl
Normal file
14
templates/base/head.tmpl
Normal file
|
@ -0,0 +1,14 @@
|
|||
<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">
|
||||
|
||||
<!-- 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" />
|
||||
|
||||
<script src="js/jquery-1.10.1.min.js"></script>
|
||||
<script src="js/bootstrap.min.js"></script>
|
Loading…
Add table
Add a link
Reference in a new issue