Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: src/site/docs/tutorials/polymer-intro/examples/stopwatch/web/index.html

Issue 24269013: first draft of polymer element tutorial (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Stopwatch</title>
6 <script src="packages/polymer/boot.js"></script>
7 <link rel="stylesheet" href="stopwatch.css">
8 <link rel="import" href="tute_stopwatch.html">
9 <meta name="viewport"
10 content="width=device-width, initial-scale=1, maximum-scale=1, user-sc alable=no">
11 </head>
12
13 <body>
14
15 <h1>Stopwatch</h1>
16
17 <tute-stopwatch></tute-stopwatch>
18
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698