Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LovelyA72/YeziiBot-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyA72 committed Jul 3, 2018
2 parents 335a37c + 4eb0ce3 commit c658ae4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1.0'/>
<title>HeXiaoling QQ Bot</title>
<title>YeziiBot web interface v1</title>

<!-- CSS -->
<link href='https://fonts.googleapis.com/icon?family=Material+Icons' rel='stylesheet'>
Expand All @@ -25,9 +25,9 @@
</head>
<body class='Site'>
<nav class='light-blue lighten-1' role='navigation'>
<div class='nav-wrapper container'><a id='logo-container' href='#' class=''><font size="4">Xiaoling!bot</font></a>
<div class='nav-wrapper container'><a id='logo-container' href='#' class=''><font size="4">YeziiBot</font></a>
<ul class='right hide-on-med-and-down'>
<li><a href='#about' data-target="about" class='modal-trigger'>About Xiaoling!bot</a></li>
<li><a href='#about' data-target="about" class='modal-trigger'>About YeziiBot</a></li>
</ul>
</div>
</div>
Expand All @@ -37,7 +37,7 @@
<br><br>
<h2 class='header orange-text'>System status</h2>
<div class='row'>
<h5 class='header col s12 light'>Just a simple way to see if HeXiaoling is running or not.</h5>
<h5 class='header col s12 light'>Just a simple way to see if YeziiBot is running or not.</h5>
<h5 class='header col s12 light'>Right now...</h5>
<p id='ngxstat'>nginx: <font size='5' color='blue'></font> If you can read this page withourt getting an error or a warning, then yes, nginx is running.</p>
<p id='corestat'>Bot kernel: <font size='5' color='orange'></font> Checking...</p>
Expand Down Expand Up @@ -83,8 +83,7 @@ <h5 class='header col s12 light'>Getting started...</h5>
</div>
<div id='about' class='modal'>
<div class='modal-content'>
<h4>About Xiaoling!bot</h4>
<p>HeXiaoling is a character made by YzWiki</p>
<h4>About YeziiBot</h4>
<p>Backend program: 2018 TEAM A72</p>
<p>Web program: YzACG Web Dev team</p>
</div>
Expand All @@ -100,4 +99,4 @@ <h4>About Xiaoling!bot</h4>
$('.modal').modal();
});</script>
</body>
</html>
</html>

0 comments on commit c658ae4

Please sign in to comment.