commit existing workshops
This commit is contained in:
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">
|
||||
|
Reference in New Issue
Block a user