aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates')
-rw-r--r--libpathod/templates/frame.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpathod/templates/frame.html b/libpathod/templates/frame.html
index f985aaa1..08dbd1ae 100644
--- a/libpathod/templates/frame.html
+++ b/libpathod/templates/frame.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Omnid</title>
+ <title>Pathod</title>
<link href="/static/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
body {
@@ -16,7 +16,7 @@
<div class="navbar navbar-fixed">
<div class="navbar-inner">
<div class="container">
- <a class="brand" href="#">Omnid</a>
+ <a class="brand" href="#">Pathod</a>
<ul class="nav">
<li {% if section== "main" %} class="active" {% end %}><a href="/">Main</a></li>
<li {% if section== "log" %} class="active" {% end %}><a href="/log">Log</a></li>