This commit is contained in:
2025-03-31 12:45:58 -06:00
parent b6f707c929
commit 282ad2d8cb
327 changed files with 340 additions and 192 deletions
Regular → Executable
+3 -2
View File
@@ -13,8 +13,8 @@ if (isset($_POST['phone_number']))
<head>
<title>Input</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
<script src="js/index.js"></script>
<link href="input/css/styles.css" rel="stylesheet" type="text/css">
<script src="input/js/index.js"></script>
</head>
<body>
@@ -51,4 +51,5 @@ if ($first_name || $last_name || $email || $phone_number) {
}
?>
</body>
</html>