diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 8 |
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> |