commit e4f5b26e688b4d5af3e9f6f47c81ff0758fcce5b parent 1f1fcc5ad1a98185cbf52c45951b604832aeed4c Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 19 Mar 2016 23:48:38 +0100 Fix typo Diffstat:
| M | web/theme/index.html | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/theme/index.html b/web/theme/index.html @@ -53,8 +53,8 @@ <!-- Main jumbotron for a primary marketing message or call to action --> <div class="jumbotron"> - <h1>Theme example</h1> - <p>This is a template showcasing the optional theme stylesheet included in Bootstrap. Use it as a starting point to create something more unique by building on or modifying it.</p> + <h1>nBot</h1> + <p>This is a eBot like CSGO Webadministration called nBot.</p> </div> @@ -62,7 +62,7 @@ <h1>Buttons</h1> </div> <p> - <button type="button" class="btn btn-danger btn-lg" id="restart">Restartb Game</button> + <button type="button" class="btn btn-danger btn-lg" id="restart">Restart Game</button> <button type="button" class="btn btn-success btn-lg" id="live_on">LIVE!!!</button> </p>