| | |
| | | <html xmlns="http://www.w3.org/1999/xhtml"
|
| | | xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"
|
| | | xml:lang="en"
|
| | | lang="en"> |
| | | lang="en"
|
| | | ng-app> |
| | |
|
| | | <!-- Head -->
|
| | | <wicket:head>
|
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| | | <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
| | | <title wicket:id="title">[page title]</title>
|
| | | <link rel="icon" href="gitblt-favicon.png" type="image/png" />
|
| | |
|
| | | <link rel="stylesheet" href="bootstrap/css/bootstrap.css"/>
|
| | | <link rel="stylesheet" href="bootstrap/css/iconic.css"/>
|
| | | <link rel="stylesheet" href="fontawesome/css/font-awesome.min.css"/>
|
| | | <link rel="stylesheet" type="text/css" href="gitblit.css"/>
|
| | | </wicket:head>
|
| | |
|