5a1b65d089
Automate testing of any PR's. Updated README's explaining new processes.
20 lines
264 B
HTML
20 lines
264 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>test</title>
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li>Hello</li>
|
|
<li>In between</li>
|
|
<li>Goodbye</li>
|
|
<ul>
|
|
<li>Sub List!</li>
|
|
</ul>
|
|
<li>Final! <a href="#" download="py.pdf">This</a>
|
|
<p download="paper.psd">Hello</p>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|