rewrote documentation for functions and expressions

This commit is contained in:
Francesco Cozzuto
2023-01-18 01:20:25 +01:00
parent 78fadb2a6a
commit 6539446b69
4 changed files with 32 additions and 34 deletions
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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>