-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
5 lines (5 loc) · 1.69 KB
/
test.html
1
2
3
4
5
<!DOCTYPE html><html><body><h1>Project Title</h1><br>Simple overview of use/purpose.<br><h2>Description</h2><br>An in-depth paragraph about your project and overview of use.<br><h2>Getting Started</h2><br><h3>Dependencies</h3><br><ul><li>ex. Windows 10</li><li>Describe any prerequisites, libraries, OS version, etc., needed before installing program.</li></ul><h3>Installing</h3><br><ul><li>Any modifications needed to be made to files/folders</li><li>How/where to download your program</li></ul><h3>Executing program</h3><br><ul><li>Step-by-step bullets</li><li>How to run the program</li></ul><pre><code>
code blocks for commands
</code></pre><br><h2>Help</h2><br>Any advise for common problems or issues.<br><pre><code>
command to run if program contains helper info
</code></pre><br><h2>Authors</h2><br>Contributors names and contact info<br>ex. Dominique Pizzie ex. <a href="https://twitter.com/dompizzie">@DomPizzie</a><br><h2>Version History</h2><br><ul><li>Initial Release</li><li>0.1</li><li>See <a href="">commit change</a> or See <a href="">release history</a> </li><li>Various bug fixes and optimizations</li><li>0.2</li></ul><h2>Picture</h2><br><img src="https://myoctocat.com/assets/images/base-octocat.svg" alt="Screenshot of a comment on a GitHub issue showing an image, added in the Markdown, of an Octocat smiling and raising a tentacle."><img src="https://myoctocat.com/assets/images/base-octocat.svg" alt="Screenshot of a comment on a GitHub issue showing an image, added in the Markdown, of an Octocat smiling and raising a tentacle."><img src="images/sample.jpg" alt="Sample local picture"><br><h2>Ordered List</h2><br><ol><li>John Quincy Adams</li><li>James Monroe</li><li>James Madison</li></ol></body></html>