Skip to content

Commit

Permalink
add doctype to html template example (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinf authored and dasilvacontin committed Sep 28, 2016
1 parent 66ff4d9 commit 1d1a8af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ There are several techniques that can be used to load templates and hand them to
If you need a template for a dynamic part in a static website, you can consider including the template in the static HTML file to avoid loading templates separately. Here's a small example using `jQuery`:

```html
<!DOCTYPE HTML>
<html>
<body onload="loadUser()">
<div id="target">Loading...</div>
Expand Down

0 comments on commit 1d1a8af

Please sign in to comment.