mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
26 lines
372 B
HTML
Executable File
26 lines
372 B
HTML
Executable File
<!DOCTYPE some doctype >
|
|
|
|
<html>
|
|
<head>
|
|
<title>Test title!</title>
|
|
</head>
|
|
|
|
<body>
|
|
Ein Text mit vielen Zeichenumbrüchen. <br />
|
|
<br><br>
|
|
|
|
<ul>
|
|
<li>first <span class = "34" >Item.</span>
|
|
<li>second Item.
|
|
<li>third item. Mit ä.
|
|
</ul>
|
|
|
|
Para 0.
|
|
|
|
<p>Para1. </p>
|
|
<p>Para 2.
|
|
|
|
</body>
|
|
</html>
|
|
|