diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-29 19:09:59 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-29 19:09:59 +0200 |
commit | 043451e2b1e910d7bae2a4241bf72aa67df2ec2a (patch) | |
tree | e988439fb31cf06782f9aca367b99b7d57c68596 /views/home.ejs | |
parent | Fixed missing letter in code (diff) | |
download | Divid-043451e2b1e910d7bae2a4241bf72aa67df2ec2a.tar.gz |
unsynced css
Diffstat (limited to 'views/home.ejs')
-rw-r--r-- | views/home.ejs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/home.ejs b/views/home.ejs index 444af61..54c19e6 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -1,4 +1,5 @@ <% include header %> +<link rel="stylesheet" href="/css/devanim.css"> </head> <body> @@ -109,7 +110,9 @@ </div> </div> <div class="span5 sectionright"> - <a href="https://itunes.apple.com/us/genre/ios-finance/id6015?mt=8"><img src="/img/iph.png" class="apple"></a> + <a href="https://itunes.apple.com/us/genre/ios-finance/id6015?mt=8"> + <img src="/img/iph.png" class="apple"> + </a> <a href="https://play.google.com/store"><img src="/img/android.png" id="android" class="infoimg"></a> <a href="http://www.windowsphone.com/nb-no/store"><img src="/img/win.png" id="windows" class="infoimg"></a> </div> |