Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# assign
Multiple commits
4 changes: 4 additions & 0 deletions action.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
form{
text-align: center;
text-justify:auto !important;
}
15 changes: 15 additions & 0 deletions action.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Action Doc</title>
</head>
<body>
<!--to upload an Image use:: enctype="multipart/form-data"-->
<form action="action.php" method="post" enctype="multipart/form-data">
<!--form input-->
</form>
</body>
</html>
4 changes: 4 additions & 0 deletions action.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php

$😆 = 'Happy Codings';
$🤣 = "first Commit Enjoy";