meta descriptions
This commit is contained in:
parent
e7ba6386b4
commit
38a1ae53b2
2 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>Huegasm</title>
|
<title>Huegasm</title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="Huegasm is a free web application for controlling your Philips Hue lights...oh and it's kind of awesome at syncing music with your lights.">
|
||||||
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
{{content-for 'head'}}
|
{{content-for 'head'}}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class="readyBlock">
|
<div class="readyBlock">
|
||||||
<div class="title">Huegasm</div>
|
<div class="title">Huegasm</div>
|
||||||
<p class="introParagraph">Huegasm is a free web application for controlling your Philips Hue lights...oh and it's kind of awesome at syncing music with your lights.</p>
|
<p class="introParagraph">Huegasm is a free web application for controlling your <a href="http://www2.meethue.com/en-ca/">Philips Hue lights</a>...oh and it's kind of awesome at syncing music with your lights.</p>
|
||||||
|
|
||||||
<a href="#" {{action "isReady"}}>
|
<a href="#" {{action "isReady"}}>
|
||||||
<img src="assets/images/intro.png" id="introPic" />
|
<img src="assets/images/intro.png" id="introPic" />
|
||||||
|
|
|
||||||
Reference in a new issue