Quellcode durchsuchen

add doctype to html template example

pull/593/head
Calvin Freitas GitHub vor 9 Jahren
Ursprung
Commit
8bf755e30e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      README.md

+ 1
- 0
README.md Datei anzeigen

@@ -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`: 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 ```html
<!DOCTYPE HTML>
<html> <html>
<body onload="loadUser"> <body onload="loadUser">
<div id="target">Loading...</div> <div id="target">Loading...</div>


Laden…
Abbrechen
Speichern