commit existing workshops
This commit is contained in:
0
workshop2/.idea/.gitignore
generated
vendored
Normal file → Executable file
0
workshop2/.idea/.gitignore
generated
vendored
Normal file → Executable file
0
workshop2/.idea/inspectionProfiles/Project_Default.xml
generated
Normal file → Executable file
0
workshop2/.idea/inspectionProfiles/Project_Default.xml
generated
Normal file → Executable file
0
workshop2/.idea/jsLibraryMappings.xml
generated
Normal file → Executable file
0
workshop2/.idea/jsLibraryMappings.xml
generated
Normal file → Executable file
0
workshop2/.idea/modules.xml
generated
Normal file → Executable file
0
workshop2/.idea/modules.xml
generated
Normal file → Executable file
0
workshop2/.idea/php.xml
generated
Normal file → Executable file
0
workshop2/.idea/php.xml
generated
Normal file → Executable file
0
workshop2/.idea/workshop2.iml
generated
Normal file → Executable file
0
workshop2/.idea/workshop2.iml
generated
Normal file → Executable file
0
workshop2/index.css
Normal file → Executable file
0
workshop2/index.css
Normal file → Executable file
10
workshop2/index.html
Normal file → Executable file
10
workshop2/index.html
Normal file → Executable 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
0
workshop2/index.php
Normal file → Executable file
0
workshop2/passingdata.php
Normal file → Executable file
0
workshop2/passingdata.php
Normal file → Executable file
Reference in New Issue
Block a user