Remove external sources, links, scripts etc.
This commit is contained in:
parent
eb5a6b455e
commit
23862c8b33
2 changed files with 0 additions and 47 deletions
|
@ -4,7 +4,6 @@
|
|||
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
|
||||
<meta name="description" content="HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming">
|
||||
<meta name="keywords" content="Subsonic, Archive.org, Live Music Archive, HTML5 Audio, Music Streaming, Live Music">
|
||||
<meta property="og:image" content="http://jamstash.com/images/fbpreview.png"/>
|
||||
<meta name=viewport content="width=device-width, initial-scale=1">
|
||||
<title ng-bind="Page.title()">Jamstash</title>
|
||||
<link href="images/favicon_32x32.ico" rel="shortcut icon" />
|
||||
|
@ -70,17 +69,6 @@
|
|||
<!-- Player -->
|
||||
<div ng-include src="'player/player.html'" ng-controller="PlayerController"></div>
|
||||
</div> <!-- End container -->
|
||||
<script>
|
||||
(function (i, s, o, g, r, a, m) {
|
||||
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
|
||||
(i[r].q = i[r].q || []).push(arguments)
|
||||
}, i[r].l = 1 * new Date(); a = s.createElement(o),
|
||||
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
|
||||
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
|
||||
|
||||
ga('create', 'UA-40174100-1', 'jamstash.com');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<!-- build:js({.,app}) scripts/vendor.min.js -->
|
||||
<!-- bower:js -->
|
||||
<script src="bower_components/jquery/dist/jquery.js"></script>
|
||||
|
|
|
@ -124,41 +124,6 @@
|
|||
<li><em>-/_</em> Volume Down <em>=/+</em> Volume Up</li>
|
||||
<li><em>Media Keys</em> via <a href="https://chrome.google.com/webstore/detail/key-socket-media-keys/fphfgdknbpakeedbaenojjdcdoajihik" target="_blank">Key Socket Media Keys</a> or <a href="https://addons.mozilla.org/en-US/firefox/addon/media-keys" target="_blank">Media Keys</a> <a href="https://github.com/carlin-q-scott/browser-media-keys/pull/21" target="_blank">(see also)</a></li>
|
||||
</ul>
|
||||
<div id="donate" class="subsection floatleft">
|
||||
<h3 class="title">Buy me a <span class="beer">beer</span>! I'd like that :)</h3>
|
||||
<form id="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="VMTENRSJWQ234">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
<small>*This is a donation to <a href="https://twitter.com/JamstashApp" target="_blank">tsquillario</a>, the developer of <a href="https://github.com/tsquillario/Jamstash" target="_blank">Jamstash</a>.
|
||||
<br />Not related to a Subsonic License!</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="subsection floatleft">
|
||||
<h3 class="title">Links</h3>
|
||||
<ul class="preferences">
|
||||
<li>Report Issues - <a href="https://github.com/tsquillario/Jamstash" target="_blank">https://github.com/tsquillario/Jamstash</a></li>
|
||||
<li>Jamstash Chrome App - <a href="https://chrome.google.com/webstore/detail/jccdpflnecheidefpofmlblgebobbloc" target="_blank">Chrome Web Store</a></li>
|
||||
<li>Beta Site - <a href="http://beta.jamstash.com" target="_blank">http://beta.jamstash.com</a></li>
|
||||
<li><a href="https://twitter.com/JamstashApp" target="_blank">Follow @JamstashApp</a>
|
||||
</ul>
|
||||
<h3 class="title">Thanks</h3>
|
||||
<ul class="preferences">
|
||||
<li>Icons - <a href="http://somerandomdude.com/work/iconic" target="_blank">http://somerandomdude.com/work/iconic</a></li>
|
||||
<li>Audio Library - <a href="http://jplayer.org" target="_blank">http://jplayer.org</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<div class="subsection floatleft">
|
||||
<h3 class="title">Change Log</h3>
|
||||
<ul id="ChangeLog" class="preferences">
|
||||
<li class="log" ng-repeat="o in changeLog"><span class="version">{{o.date + ' - ' + o.version}}</span>
|
||||
<span class="changes" ng-repeat="a in o.changes" ng-bind-html="a.text"></span>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="" ng-click="changeLogShowMore()">Show More</a>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue