filebrowser/templates/header.tmpl

14 lines
440 B
Cheetah
Raw Normal View History

2015-09-13 11:14:18 +00:00
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#fff">
<title>{{ .Title }}</title>
<link rel="stylesheet" href="/admin/assets/css/normalize.css">
<link rel="stylesheet" href="/admin/assets/css/main.css">
</head>
<body>