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

Unified Diff: src/site/codelabs/darrrt/examples/6-piratebadge_json/piratebadge.html

Issue 138823002: Draft of new codelab for review (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: draft=>beta , link for feedback Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: src/site/codelabs/darrrt/examples/6-piratebadge_json/piratebadge.html
diff --git a/src/site/codelabs/darrrt/examples/6-piratebadge_json/piratebadge.html b/src/site/codelabs/darrrt/examples/6-piratebadge_json/piratebadge.html
deleted file mode 100644
index 2cdc15e9d3846335a067dee2262b918064a1631a..0000000000000000000000000000000000000000
--- a/src/site/codelabs/darrrt/examples/6-piratebadge_json/piratebadge.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
- for details. All rights reserved. Use of this source code is governed by a
- BSD-style license that can be found in the LICENSE file.
--->
-
-<!DOCTYPE html>
-
-<html>
- <head>
- <meta charset="utf-8">
- <title>Pirate badge</title>
- <link rel="stylesheet" href="../piratebadge.css">
- </head>
- <body>
- <h1>Pirate badge</h1>
-
- <div class="widgets">
- <div>
- <input type="text" id="inputName" maxlength="15" disabled>
- </div>
- <div>
- <button id="generateButton" disabled>Aye! Gimme a name!</button>
- </div>
- </div>
- <div class="badge">
- <div class="greeting">
- Arrr! Me name is
- </div>
- <div class="name">
- <span id="badgeName"> </span>
- </div>
- </div>
- <script type="application/dart" src="piratebadge.dart"></script>
- <script src="../packages/browser/dart.js"></script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698