day 12
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Day 6</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Hello cruel world!</h1>
|
||||
<form>
|
||||
<?php
|
||||
echo '<input type="text" placeholder="Lorem ipsum">
|
||||
<input type="text" placeholder="dolor">';
|
||||
|
||||
?>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html
|
||||
Reference in New Issue
Block a user