|
4 | 4 | <title>dev-web firehose</title>
|
5 | 5 | <meta charset="utf-8">
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
7 |
| - <link rel="manifest" href="manifest.json"> |
8 | 7 | <meta name="theme-color" content="#37474F">
|
9 | 8 | <meta name="description" content="Developer resource from Google Web DevRel and from around the web.">
|
10 | 9 | <meta name="keywords" content="HTML,CSS,JavaScript,web,PWA,tutorials,code,tweets">
|
11 | 10 | <meta name="author" content="Eric Bidelman">
|
12 | 11 | <meta name="google-site-verification" content="j4g2UAPd-Fnxh2o_daravb8lvXwZuatJt5kVSbdM0Fc" />
|
| 12 | + <link rel="alternate" type="application/rss+xml" href="https://devwebfeed.appspot.com/posts/2018?format=rss" title="DevWeb Firehose RSS feed"> |
| 13 | + <link rel="manifest" href="manifest.json"> |
13 | 14 | <link rel="icon" sizes="192x192" href="img/firehose.png">
|
14 | 15 | <link rel="shortcut icon" href="img/firehose.png">
|
15 | 16 | <link rel="stylesheet" href="styles.css">
|
|
48 | 49 | <h1 class="title layout center-center"><a href="/">dev-web firehose</a></h1>
|
49 | 50 | <h4 class="subtitle layout center-center">
|
50 | 51 | articles, tuts, <a href="?tweets">tweets</a>, code snippets
|
51 |
| - <a href="#" onclick="return toggleHelp()" class="layout"><img src="img/help_24px.svg" height="18" width="18" class="helpicon"></a> |
| 52 | + <a href="#" onclick="return toggleHelp()" class="layout"> |
| 53 | + <img src="img/help_24px.svg" height="18" width="18" class="helpicon" title="Help" alt="Help"> |
| 54 | + </a> |
| 55 | + <a href="https://devwebfeed.appspot.com/posts/2018?format=rss" target="_blank" class="layout"> |
| 56 | + <img src="img/rss_icon_24px_orange.svg" width="18" height="18" class="rssicon" title="Subscribe to RSS feed" alt="Subscribe to RSS feed"> |
| 57 | + </a> |
52 | 58 | </h4>
|
53 | 59 | </hgroup>
|
54 | 60 | <div id="filtering" class="layout center-center" hidden>
|
|
0 commit comments