-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0" /> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<meta property="og:title" content="raVe" /> | ||
<meta | ||
name="description" | ||
property="og:description" | ||
content="raVe is a real-time audio visualizer experience that shows a song's frequencies and waveforms in a beautiful real-time reactive visualization." | ||
/> | ||
<meta property="og:image" content="https://rave.ajm13.com/preview.jpg" /> | ||
<meta property="og:url" content="https://rave.ajm13.com/" /> | ||
|
||
<meta property="og:title" content="raVe"> | ||
<meta property="og:description" content="raVe is a real-time audio visualizer experience that shows a song's frequencies and waveforms in a beautiful real-time reactive visualization."> | ||
<meta property="og:image" content="https://rave.ajm13.com/preview.jpg"> | ||
<meta property="og:url" content="https://rave.ajm13.com/"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> | ||
<link rel="icon" href="/favicon.ico?v=2" /> | ||
|
||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
<link rel="icon" href="/favicon.ico?v=2"> | ||
<title>raVe</title> | ||
</head> | ||
<title>raVe</title> | ||
</head> | ||
|
||
<body> | ||
<noscript> | ||
<strong>We're sorry but raVe doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
<!-- built files will be auto injected --> | ||
<body> | ||
<noscript> | ||
<strong | ||
>We're sorry but raVe doesn't work properly without JavaScript enabled. Please enable it to | ||
continue.</strong | ||
> | ||
</noscript> | ||
<div id="app"></div> | ||
<!-- built files will be auto injected --> | ||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "http://schema.org", | ||
"@type": "WebSite", | ||
"url": "https://rave.ajm13.com", | ||
"name": "raVe", | ||
"description": "raVe is a real-time audio visualizer experience that shows a song's frequencies and waveforms in a beautiful real-time reactive visualization.", | ||
"image": { | ||
"@type": "ImageObject", | ||
"contentUrl": "/preview.jpg" | ||
<script type="application/ld+json"> | ||
{ | ||
"@context": "http://schema.org", | ||
"@type": "WebSite", | ||
"url": "https://rave.ajm13.com", | ||
"name": "raVe", | ||
"description": "raVe is a real-time audio visualizer experience that shows a song's frequencies and waveforms in a beautiful real-time reactive visualization.", | ||
"image": { | ||
"@type": "ImageObject", | ||
"contentUrl": "/preview.jpg" | ||
} | ||
} | ||
} | ||
</script> | ||
</body> | ||
|
||
</script> | ||
</body> | ||
</html> |