Skip to content

Commit

Permalink
Re-titled index.html and set doctype
Browse files Browse the repository at this point in the history
  • Loading branch information
Den Teresh committed Jun 21, 2016
1 parent ea9ccb5 commit e32db0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/angular2-chat-app/dist/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!doctype html>
<html>

<head>
<title>Angular 2 QuickStart</title>
<title>Horizon Angular 2 chat example</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="//localhost:8181/horizon/horizon.js"></script>
<script type="text/javascript" src="/horizon/horizon.js"></script>
Expand Down

0 comments on commit e32db0d

Please sign in to comment.