index.html.orig code example
Example 1: hypertext markup language
<!DOCTYPYE html>
<html>
<body>
</body>
</html>
<-- Pretty much :/ -- >
Example 2: HTML
p
<p>
hello world
</p>
<!DOCTYPYE html>
<html>
<body>
</body>
</html>
<-- Pretty much :/ -- >
p
<p>
hello world
</p>