rewrote documentation for functions and expressions
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<form action="/login" method="POST">
|
||||
<input type="text" name="user" placeholder="[Username]" />
|
||||
<input type="password" name="pass" placeholder="[Password]" />
|
||||
<input type="text" name="username" placeholder="[Username]" />
|
||||
<input type="password" name="password" placeholder="[Password]" />
|
||||
<input type="submit" value="Log-in" />
|
||||
</form>
|
||||
</body>
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<form action="/signup" method="POST">
|
||||
<input type="text" name="user" placeholder="[Username]" />
|
||||
<input type="password" name="pass" placeholder="[Password]" />
|
||||
<input type="text" name="username" placeholder="[Username]" />
|
||||
<input type="password" name="password" placeholder="[Password]" />
|
||||
<input type="submit" value="Sign-up!" />
|
||||
</form>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user