diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-02-16 02:17:03 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-02-16 02:17:03 +0100 |
| commit | f40e2286faef696c25a81c04635aaf737606a39a (patch) | |
| tree | bedf10e8c731deae7d275e0e5d9d6ded604db154 /lib/okpush/templates/partials/head.liquid | |
| parent | 71e277a76862a1787ab34194faf762b7623347fd (diff) | |
lib
Diffstat (limited to 'lib/okpush/templates/partials/head.liquid')
| -rw-r--r-- | lib/okpush/templates/partials/head.liquid | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/okpush/templates/partials/head.liquid b/lib/okpush/templates/partials/head.liquid new file mode 100644 index 00000000..e9c27dc0 --- /dev/null +++ b/lib/okpush/templates/partials/head.liquid @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf8"> + <title>{{meta.project}} Admin</title> + <link rel="stylesheet" href="{{meta.static}}/css/main.css"> + </head> + <body> + <header class="admin-header"> + <span class="breadcrumb"><b>{{meta.project}}</b> Admin</span> + <a class="site-link" href="/">View Site</a> + </header> + <div class="container">
\ No newline at end of file |
