Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
chore(demo): update demo titles & markup
Browse files Browse the repository at this point in the history
Closes #636
  • Loading branch information
vicb authored and mhevery committed Mar 5, 2014
1 parent c1655e8 commit 74ad60f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/bouncing_balls/web/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello, World!</title>
<title>Bouncing balls</title>
<style>
.balls {
border: 1px solid black;
Expand Down
2 changes: 2 additions & 0 deletions demo/todo/web/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="todo.css">
<title>Things To Do</title>
<script src="main.dart" type="application/dart"></script>
<script src="packages/browser/dart.js"></script>
<script src="packages/browser/interop.js"></script>
Expand Down

0 comments on commit 74ad60f

Please sign in to comment.