Commit 4710b05f6fe9812cae35daf81217917c785dd220

Authored by Adhidarma Hadiwinoto
1 parent 0936a661ad
Exists in master

buang yg gak perlu di html

Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff

views/starter-template.html
... ... @@ -43,7 +43,7 @@
43 43 </div>
44 44 <div id="navbar" class="collapse navbar-collapse">
45 45 <ul class="nav navbar-nav">
46   - <li><a href="/">Home</a></li>
  46 + <!-- <li><a href="/">Home</a></li> -->
47 47 </ul>
48 48 </div><!--/.nav-collapse -->
49 49 </div>
... ... @@ -53,7 +53,7 @@
53 53  
54 54 <div class="starter-template">
55 55  
56   - <h1>{{ title }}</h1>
  56 + <!-- <h1>{{ title }}</h1> -->
57 57  
58 58 {% block content %}
59 59  
... ... @@ -13,7 +13,7 @@ function pageHome(req, res, next) {
13 13  
14 14 function doRestart(req, res, next) {
15 15 if (config.webadmin.password.trim() && config.webadmin.password.trim() == req.body.password) {
16   - res.end('Restarting');
  16 + res.end('Restarting....');
17 17 process.exit(1);
18 18 } else {
19 19 res.redirect('/');