legacy-dotfiles/emacs.d/nxhtml/tests/in/nxml-bug.html
Tom Willemsen 94d2fc1815 Django, org
* Added nxhtml, mostly for django support.

  * Changed some org settings.
2011-03-07 09:04:49 +01:00

11 lines
389 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title></head>
<body>
<form action="" method="get">
<label for="inputname">Label for field: </label>
<input type="text" name="inputname" id="inputname" />
</form>
</body>
</html>