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