30 lines
No EOL
1 KiB
HTML
30 lines
No EOL
1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Huegasm</title>
|
|
<meta name="description" content="Huegasm is a free web application for managing and synchronizing your Philips Hue lights with the beat of your music.">
|
|
<meta name="keywords" content="huegasm,hue,philips hue,music player">
|
|
<meta name="author" content="Egor Philippov">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for 'head'}}
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans|Raleway' rel='stylesheet' type='text/css'>
|
|
|
|
<link rel="stylesheet" integrity="" href="assets/vendor.css">
|
|
<link rel="stylesheet" integrity="" href="assets/huegasm_mobile.css"> {{content-for 'head-footer'}}
|
|
|
|
<script src="https://connect.soundcloud.com/sdk/sdk-3.1.2.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
{{content-for 'body'}}
|
|
|
|
<script src="assets/vendor.js"></script>
|
|
<script src="assets/huegasm_mobile.js"></script>
|
|
|
|
{{content-for 'body-footer'}}
|
|
</body>
|
|
|
|
</html> |