commit existing workshops

This commit is contained in:
boris
2024-10-17 00:35:53 +01:00
parent 4070dc5367
commit ed02b435fe
74 changed files with 1083 additions and 91 deletions

0
workshop2/.idea/.gitignore generated vendored Normal file → Executable file
View File

0
workshop2/.idea/inspectionProfiles/Project_Default.xml generated Normal file → Executable file
View File

0
workshop2/.idea/jsLibraryMappings.xml generated Normal file → Executable file
View File

0
workshop2/.idea/modules.xml generated Normal file → Executable file
View File

0
workshop2/.idea/php.xml generated Normal file → Executable file
View File

0
workshop2/.idea/workshop2.iml generated Normal file → Executable file
View File

0
workshop2/index.css Normal file → Executable file
View File

10
workshop2/index.html Normal file → Executable file
View File

@@ -1,9 +1,9 @@
<head>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<title>Passing Data</title>
</head>
<body>
<head>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<title>Passing Data</title>
</head>
<p><strong>Please enter your details below:</strong></p>
<form name="form1" method="post" action="passingdata.php">
<div id="main">

0
workshop2/index.php Normal file → Executable file
View File

0
workshop2/passingdata.php Normal file → Executable file
View File