add copyright
This commit is contained in:
parent
6e6272a7b5
commit
5f0b5770b6
|
@ -43,9 +43,15 @@
|
||||||
<!-- Le styles -->
|
<!-- Le styles -->
|
||||||
<link href="assets/bootstrap/css/bootstrap.css" rel="stylesheet">
|
<link href="assets/bootstrap/css/bootstrap.css" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
||||||
}
|
}
|
||||||
|
#container {
|
||||||
|
min-height: 500px;
|
||||||
|
}
|
||||||
|
#footer {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<link href="assets/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
<link href="assets/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
||||||
|
|
||||||
|
@ -89,11 +95,18 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container" id="container">
|
<div class="container" id="container">
|
||||||
<div id="calls" style="display:none"></div>
|
<div id="main">
|
||||||
<div id="channels" style="display:none"></div>
|
<div id="calls" style="display:none"></div>
|
||||||
|
<div id="channels" style="display:none"></div>
|
||||||
|
</div>
|
||||||
</div> <!-- /container -->
|
</div> <!-- /container -->
|
||||||
|
|
||||||
<div id="aa"></div>
|
|
||||||
|
<div class="container" id="footer">
|
||||||
|
© <a href="http://www.freeswitch.org">FreeSWITCH.org</a>
|
||||||
|
Join us on <a href="http://www.cluecon.com">ClueCon</a>!
|
||||||
|
</div>
|
||||||
|
|
||||||
<script type="text/x-handlebars" data-template-name="index">
|
<script type="text/x-handlebars" data-template-name="index">
|
||||||
<h1>Welcome to FreeSWITCH Portal</h1>
|
<h1>Welcome to FreeSWITCH Portal</h1>
|
||||||
Welcome
|
Welcome
|
||||||
|
|
Loading…
Reference in New Issue