mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
76000166e0
Inital working version in version control
43 lines
1.3 KiB
HTML
43 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" test1='val1' test2="val='2'" test3='val="3"' test4="val = 4" test5=val5>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="test.css" />
|
|
<link rel="alternate" title="Feed" type="application/atom+xml" href="#" />
|
|
</head>
|
|
<body>
|
|
<h1>Contents</h1>
|
|
<ol class="chapters">
|
|
<li>Preface</li>
|
|
<li>Introduction</li>
|
|
<li>Concepts</li>
|
|
<li>Theory</li>
|
|
<li>Hypotheses</li>
|
|
<li>Experiments</li>
|
|
<li>Conclusions</li>
|
|
<li>References</li>
|
|
</ol>
|
|
<h1>Acknowledgements</h1>
|
|
<p>
|
|
Surely, we could not have done this huge amount of work all by ourselves.<br />
|
|
Therefore, we cannot thank enough the following persons for their kind contributions:
|
|
<!--
|
|
Of course, the text in this paragraph only serve presentation purposes, i.e. it's not actually part of the machine-consumable structured data that this API is serving.
|
|
-->
|
|
</p>
|
|
<ul class="contacts">
|
|
<li id="/contacts/4711">
|
|
<a href="/contacts/4711">
|
|
<span class="firstname">Jon</span>
|
|
<span class="lastname">Moore</span>
|
|
</a>
|
|
</li>
|
|
<li id="/contacts/4712">
|
|
<a href="/contacts/4712">
|
|
<span class="firstname">Homer</span>
|
|
<span class="lastname">Simpson</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html> |