mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
Added work from my other class repositories before deletion
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<h1>Error 404 - Page Is Nowhere to be Found</h1>
|
||||
@@ -0,0 +1 @@
|
||||
<h1>Error 500 - Something Has Gone Terribly Wrong</h1>
|
||||
@@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>CS 290 Get and Post Checker - Week 7</title>
|
||||
</head>
|
||||
<body>
|
||||
{{{body}}}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,7 @@
|
||||
<h1>{{StatusHeader}}</h1>
|
||||
<h2>Query Parameters</h2>
|
||||
<ul>
|
||||
{{#each query_data}}
|
||||
<li>{{this.name}}: {{this.value}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
@@ -0,0 +1,14 @@
|
||||
<h1>{{StatusHeader}}</h1>
|
||||
<h2>Query Parameters</h2>
|
||||
<ul>
|
||||
{{#each query_data}}
|
||||
<li>{{this.name}}: {{this.value}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
<h2>Body Property Values</h2>
|
||||
<ul>
|
||||
{{#each body_data}}
|
||||
<li>{{this.name}}: {{this.value}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user