Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 451956a

Browse files
committed
example(toh-4/dart): add missing title and styles link
Fixes #1609. Now `index.html` matches the other parts, such as that of toh-3.
1 parent e5b11d4 commit 451956a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/docs/_examples/toh-4/dart/web/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Angular 2 Tour of Heroes</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link rel="stylesheet" href="styles.css">
7+
48
<script defer src="main.dart" type="application/dart"></script>
59
<script defer src="packages/browser/dart.js"></script>
610
</head>

0 commit comments

Comments
 (0)