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

Unified Diff: dart/samples/webcomponents/game_of_life/index.html

Issue 10918082: adding game_of_life sample (Closed) Base URL: git@github.com:samhopkins/bleeding_edge.git@master
Patch Set: addressing sigmund's remarks Created 8 years, 3 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: dart/samples/webcomponents/game_of_life/index.html
diff --git a/dart/samples/webcomponents/game_of_life/index.html b/dart/samples/webcomponents/game_of_life/index.html
new file mode 100755
index 0000000000000000000000000000000000000000..38e1e13db02f72fa4b5c6415563093b0f7cd2ce0
--- /dev/null
+++ b/dart/samples/webcomponents/game_of_life/index.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+
+<!-- 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. -->
+
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+ <title>Game of Life</title>
+ <link rel="stylesheet" href="styles.css">
+</head>
+<body>
+ <div is="x-game-of-life"></div>
+ <link rel="components" href="components/components.html">
+ <script type="application/javascript" src="game_of_life.js"></script>
+</body>
+</html>
« no previous file with comments | « dart/samples/webcomponents/game_of_life/game_of_life.dart ('k') | dart/samples/webcomponents/game_of_life/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698