13 lines
409 B
Cheetah
13 lines
409 B
Cheetah
<? I18N znc-webadmin ?>
|
|
<? INC Header.tmpl ?>
|
|
|
|
<div class="container col-md-10 col-md-offset-1">
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">Webadmin</div>
|
|
<div class="panel-body">
|
|
<p><? FORMAT "Welcome to the ZNC webadmin module." ?><br><? FORMAT "All changes you make will be in effect immediately after you submitted them." ?></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<? INC Footer.tmpl ?> |