Rename directory.

This commit is contained in:
2022-11-12 11:25:58 +01:00
parent 70a7b56476
commit 629c828a6b
7 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Calculate Salary</title>
</head>
<body>
<form action="calc-sal.php" method="POST" >
Name: <input type="text" name="name" /><br />
Sirname: <input type="text" name="sirname" /><br />
Salary: <input type="number" name="salary" /><br />
Age: <input type="number" name="age" /><br />
<input type="submit" />
</form>
</body>
</html>