OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 |
| 3 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4 for details. All rights reserved. Use of this source code is governed by a |
| 5 BSD-style license that can be found in the LICENSE file. --> |
| 6 |
| 7 <html lang="en"> |
| 8 <head> |
| 9 <meta charset="utf-8"> |
| 10 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 11 <title>Game of Life</title> |
| 12 <link rel="stylesheet" href="styles.css"> |
| 13 </head> |
| 14 <body> |
| 15 <div is="x-game-of-life"></div> |
| 16 <link rel="components" href="components/components.html"> |
| 17 <script type="application/javascript" src="game_of_life.js"></script> |
| 18 </body> |
| 19 </html> |
OLD | NEW |