aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/admin/views/example/example.html
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/comments/admin/views/example/example.html')
-rw-r--r--bootstrap/comments/admin/views/example/example.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/bootstrap/comments/admin/views/example/example.html b/bootstrap/comments/admin/views/example/example.html
new file mode 100644
index 0000000..1e4464c
--- /dev/null
+++ b/bootstrap/comments/admin/views/example/example.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+
+<html lang="en" dir="ltr">
+ <head>
+ <title>HashOver - {hashover:title}</title>
+
+ <link type="text/css" href="../../../themes/default/general.css" rel="stylesheet">
+ <link type="text/css" href="../../../themes/default/special.css" rel="stylesheet">
+ <link type="text/css" href="example.css" rel="stylesheet">
+
+ <script type="text/javascript" src="example.js"></script>
+
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8">
+ <meta http-equiv="Content-Language" content="EN">
+
+ <link type="image/x-icon" href="../../../images/favicon.png" rel="shortcut icon">
+ <link type="image/x-icon" href="../../../images/favicon.png" rel="icon">
+ <link href="https://www.gnu.org/licenses/agpl" rel="copyright">
+ </head>
+
+ <body>
+ <h1 class="underlined">
+ {hashover:title}
+
+ {hashover:logout}
+ </h1>
+
+ <p class="muted-text">{hashover:sub-title}</p>
+ </body>
+</html>