mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-26 19:47:30 +00:00
Formalize the move to webamp.org
This commit is contained in:
parent
897d9cad0a
commit
af656996d5
2 changed files with 4 additions and 4 deletions
|
|
@ -6,9 +6,9 @@ A reimplementation of Winamp 2.9 in HTML5 and JavaScript.
|
|||
|
||||
**As seen on [TechCrunch], [Motherboard], [Gizmodo], Hacker News ([1], [2], [3]), and [elsewhere](./press.md).**
|
||||
|
||||
## [Give it a try!](https://jordaneldredge.com/projects/winamp2-js/)
|
||||
## [Give it a try!](https://webamp.org)
|
||||
|
||||
[](https://jordaneldredge.com/projects/winamp2-js/)
|
||||
[](https://webamp.org)
|
||||
|
||||
Works in modern versions of Edge, Firefox, Safari and Chrome. IE is [not
|
||||
supported](http://caniuse.com/#feat=audio-api).
|
||||
|
|
|
|||
|
|
@ -9,14 +9,14 @@
|
|||
<meta property="og:title" content="Winamp2-js • Winamp in your browser" />
|
||||
<meta property="og:description" content="Winamp 2.9 reimplemented in HTML5 and JavaScript" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://jordaneldredge.com/projects/winamp2-js/" />
|
||||
<meta property="og:url" content="https://webamp.org" />
|
||||
<meta property="og:image" content="<%= require('./preview.png') %>" />
|
||||
<link rel='stylesheet' type='text/css' href="<%= require('!file-loader?name=[path][name]-[hash].[ext]!./css/page.css') %>" />
|
||||
<link rel="shortcut icon" sizes="16x16 32x32" href="<%= require('./images/favicon.ico') %>">
|
||||
|
||||
<!-- See https://goo.gl/OOhYW5 -->
|
||||
<!--
|
||||
The m'anifest.json file is generated and injected by `webpack-pwa-manifest`
|
||||
The manifest.json file is generated and injected by `webpack-pwa-manifest`
|
||||
<link rel="manifest" href="./manifest.json">
|
||||
-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue