<!DOCTYPE html>

<html>
  <head>
    <meta charset="utf-8">
    <title>SomeRandomTitle</title>
    <link rel="stylesheet" href="SomeRandomTitle.css">
  </head>
  <body>
    <h1>SomeRandomTitle</h1>
    
    <p>Hello world from Dart!</p>
    
    <div id="container">
      <p id="text"></p>
    </div>

    <script type="application/dart" src="ANewDartType.dart"></script>
    <script src="https://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
  </body>
</html>
