Mercurial > rsstweet
comparison app/views/tweets/index.html.erb @ 188:d58666587a55
Whoops wrong lang attribute placement
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 14 Jul 2019 15:55:35 +0900 |
parents | a8ffbc623905 |
children | e181716b8dc8 |
comparison
equal
deleted
inserted
replaced
187:a8ffbc623905 | 188:d58666587a55 |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <head lang="en"> | 2 <html lang="en"> |
3 <head> | |
3 <title>rsstweet</title> | 4 <title>rsstweet</title> |
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 7 |
7 <style> | 8 <style> |
85 </div> | 86 </div> |
86 <div class="main__footer"> | 87 <div class="main__footer"> |
87 <a href="https://bitbucket.org/nanaya1/rsstweet">Source</a> | 88 <a href="https://bitbucket.org/nanaya1/rsstweet">Source</a> |
88 </div> | 89 </div> |
89 </body> | 90 </body> |
91 </html> |