updates
This commit is contained in:
Regular → Executable
Regular → Executable
|
Before Width: | Height: | Size: 381 KiB After Width: | Height: | Size: 381 KiB |
Regular → Executable
+10
-7
@@ -1,25 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="./css/styles.css">
|
||||
<link rel="stylesheet" href="birthday/css/styles.css">
|
||||
<title>Birthday | Josh Ashton</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<?php
|
||||
echo "
|
||||
<div id=\"content\">
|
||||
<div id=\"header-container\">
|
||||
echo '
|
||||
<div id="content">
|
||||
<div id="header-container">
|
||||
<h1>Happy Birthday!</h1>
|
||||
</div>
|
||||
<div id=\"pic-container\">
|
||||
<img src=\"./img/birthday-AIgenerated.jpg\" />
|
||||
<div id="pic-container">
|
||||
<img src="birthday/img/birthday-AIgenerated.jpg" />
|
||||
</div>
|
||||
</div>
|
||||
";
|
||||
';
|
||||
?>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user