mirror of https://github.com/calzoneman/sync.git
Add small copyright notice to bottom of index.html
This commit is contained in:
parent
ea4ed864c8
commit
db2e5e20b9
|
@ -182,3 +182,14 @@
|
|||
width: 50%;
|
||||
}
|
||||
|
||||
#footer {
|
||||
background-color: #f5f5f5;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#footer p {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -252,32 +252,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div> <!-- /container -->
|
||||
<div id="userOpts" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="userOptsLbl" aria-hidden="true" data-backdrop="false">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h3>Options</h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form action="javascript:void(0);">
|
||||
<fieldset>
|
||||
<label>Layout</label>
|
||||
<select id="uopt_layout">
|
||||
<option value="default">Default</option>
|
||||
<option value="large">Large</option>
|
||||
<option value="huge">Huge</option>
|
||||
<option value="narrow">Narrow</option>
|
||||
<option value="synchtube">Synchtube</option>
|
||||
</select>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" id="uopt_playlist_follow">
|
||||
Playlist follows current video
|
||||
</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-primary" data-dismiss="modal" aria-hidden="true">Save</button>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p class="muted">
|
||||
CyTube Software Copyright © 2013 Calvin Montgomery. Available for free on <a href="http://github.com/calzoneman/sync">GitHub</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- APIs -->
|
||||
|
|
Loading…
Reference in New Issue