OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html lang="en" itemscope itemtype="http://schema.org/Product"> | 2 <html lang="en" itemscope itemtype="http://schema.org/Product"> |
3 <head> | 3 <head> |
4 <meta charset="UTF-8"> | 4 <meta charset="UTF-8"> |
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 |
8 {% capture page_title %}{% if page.title %}{{ page.title }} | {%endif%}Dart: S
tructured web apps{% endcapture %} | 8 {% capture page_title %}{% if page.title %}{{ page.title }} | {%endif%}Dart: S
tructured web apps{% endcapture %} |
9 <title>{{ page_title }}</title> | 9 <title>{{ page_title }}</title> |
10 <meta property="twitter:account_id" content="376585411" /> | 10 <meta property="twitter:account_id" content="376585411" /> |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 </ul> | 141 </ul> |
142 </li> | 142 </li> |
143 <li class="dropdown"> | 143 <li class="dropdown"> |
144 <a href="#" | 144 <a href="#" |
145 class="dropdown-toggle" | 145 class="dropdown-toggle" |
146 data-toggle="dropdown"> | 146 data-toggle="dropdown"> |
147 Community | 147 Community |
148 <b class="caret"></b> | 148 <b class="caret"></b> |
149 </a> | 149 </a> |
150 <ul class="dropdown-menu"> | 150 <ul class="dropdown-menu"> |
151 <li><a href="/support/">Contact Us</a></li> | 151 <li><a href="/support/">Support and Community Resources</a></li> |
152 <li><a href="http://code.google.com/p/dart/wiki/Contributing">Co
ntributor's Guide</a></li> | 152 <li><a href="http://code.google.com/p/dart/wiki/Contributing">Co
ntributor's Guide</a></li> |
153 <li><a href="/community/">More Resources</a></li> | |
154 </ul> | 153 </ul> |
155 </li> | 154 </li> |
156 </ul> | 155 </ul> |
157 <div class="pull-right"> | 156 <div class="pull-right"> |
158 <ul class="nav"> | 157 <ul class="nav"> |
159 <li class="share-button gplus"><div class="g-plusone" data-size="
medium" data-callback="gplus_pressed" data-annotation="none"></div></li> | 158 <li class="share-button gplus"><div class="g-plusone" data-size="
medium" data-callback="gplus_pressed" data-annotation="none"></div></li> |
160 <li class="share-button twitter"><a href="https://twitter.com/sha
re" class="twitter-share-button external-link" data-count="none" data-hashtags="
dartlang">Tweet</a></li> | 159 <li class="share-button twitter"><a href="https://twitter.com/sha
re" class="twitter-share-button external-link" data-count="none" data-hashtags="
dartlang">Tweet</a></li> |
161 </ul> | 160 </ul> |
162 </div> | 161 </div> |
163 </div> | 162 </div> |
164 </div> | 163 </div> |
165 </nav> | 164 </nav> |
166 | 165 |
167 <a href="#" target="_blank" id="dartisans-ribbon" style="display:none" | 166 <a href="#" target="_blank" id="dartisans-ribbon" style="display:none" |
168 title="Watch Dartisans LIVE">On Air | 167 title="Watch Dartisans LIVE">On Air |
169 <span class="record"></span> | 168 <span class="record"></span> |
170 </a> | 169 </a> |
171 | 170 |
172 <div class="container"> | 171 <div class="container"> |
OLD | NEW |