forked from ciderapp/applemusicelectron.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit.html
More file actions
32 lines (30 loc) · 1.84 KB
/
Copy pathgit.html
File metadata and controls
32 lines (30 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Open Graph Ligma -->
<link rel="stylesheet" href="css/style.css" />
<meta property="og:title" content="Apple Music Electron">
<meta property="og:site_name" content="Apple Music Electron Official Site">
<meta property="og:url" content="https://applemusicelectron.com">
<meta property="og:description" content="A free, lightweight, open source alternative to iTunes and other Apple Music applications based on Electron 15">
<meta property="og:type" content="business.business">
<meta property="og:image" content="https://github.com/Apple-Music-Electron/applemusicelectron.com/blob/main/smallerwebbanner.png?raw=true">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@cryptofyre">
<meta name="twitter:description" content="A free, lightweight, open source alternative to iTunes and other Apple Music applications based on Electron 15">
<meta name="twitter:title" content="Apple Music Electron">
<meta name="twitter:image" content="https://github.com/Apple-Music-Electron/applemusicelectron.com/blob/main/smallerwebbanner.png?raw=true">
<script>
window.location.href = 'https://github.com/Apple-Music-Electron/Apple-Music-Electron';
</script>
</head>
</html>