Add small copyright notice to bottom of index.html
This commit is contained in:
parent
ea4ed864c8
commit
db2e5e20b9
2 changed files with 15 additions and 26 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue