summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-09-03 14:22:59 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-09-03 14:22:59 +0200
commit579716aa412baa62e0c8608c56bef6d140da6543 (patch)
tree60bcd3f6dcf2659cea05d72a6221bcf29ba346d5 /templates
parentc21fda4b08b4899ebf4b9eb13d0bb1e0aab15cbe (diff)
downloadpicontrol-579716aa412baa62e0c8608c56bef6d140da6543.tar
picontrol-579716aa412baa62e0c8608c56bef6d140da6543.tar.zst
picontrol-579716aa412baa62e0c8608c56bef6d140da6543.zip
Customize Template
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html
index 67e2d78..8ccd1b2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,5 +1,5 @@
<!--
- web-template - A Template Project for dynamic Web Applications.
+ picontrol - A small Web Application to shutdown or reboot your Raspberry Pi.
Copyright (C) 2020 xengineering
@@ -18,7 +18,7 @@
-->
<html>
<head>
- <title>Web Template</title>
+ <title>picontrol</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="static/css/style.css" type="text/css">
@@ -30,9 +30,9 @@
</div>
<div class="content-frame">
<div class="content">
- <header><h1>Web Template</h1></header>
+ <header><h1>picontrol</h1></header>
<p>
- Lorem ipsum.
+ Still in early alpha version ...
</p>
</div>
</div>