Formalize the move to webamp.org

This commit is contained in:
Jordan Eldredge 2018-03-15 20:30:18 -07:00
parent 897d9cad0a
commit af656996d5
2 changed files with 4 additions and 4 deletions

View file

@ -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)
[![Screenshot of Winamp2-js](./preview.png)](https://jordaneldredge.com/projects/winamp2-js/)
[![Screenshot of Winamp2-js](./preview.png)](https://webamp.org)
Works in modern versions of Edge, Firefox, Safari and Chrome. IE is [not
supported](http://caniuse.com/#feat=audio-api).

View file

@ -9,14 +9,14 @@
<meta property="og:title" content="Winamp2-js &bull; 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">
-->