Преглед изворни кода

add doctype to html template example (#593)

tags/v2.3.0
Calvin Freitas David da Silva пре 9 година
родитељ
комит
1d1a8af41b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      README.md

+ 1
- 0
README.md Прегледај датотеку

@@ -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>


Loading…
Откажи
Сачувај