Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HTML/HTML_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>Things I've Learned</h1>
<h2>Internet Basics</h2>

<ol>
<li>HTTP Request</li>
<li>HTTP Requests</li>
<li>IP Address</li>
<li>Servers</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion HTML/Tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>First Gen Pokemon Chart</h1>
<table border="1">
<thead>
<tr>
<th>Image</th>
<th>Images</th>
<th>Name</th>
<th>Type</th>
<th>Evolves Into</th>
Expand Down