We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ca9fa commit 918647aCopy full SHA for 918647a
apps/exercise-tracker/views/index.html
@@ -11,13 +11,13 @@
11
<div class="container">
12
<h1>Exercise tracker</h1>
13
<form action="/api/users" method="post">
14
- <h3>Create a New User</h3>
+ <h2>Create a New User</h2>
15
<p><code>POST /api/users</code></p>
16
<input id="uname" type="text" name="username" placeholder="username" />
17
<input type="submit" value="Submit" />
18
</form>
19
<form id="exercise-form" method="post">
20
- <h3>Add exercises</h3>
+ <h2>Add exercises</h2>
21
<p><code>POST /api/users/:_id/exercises</code></p>
22
<input id="uid" type="text" name=":_id" placeholder=":_id" />
23
<input id="desc" type="text" name="description" placeholder="description*" />
0 commit comments