14 lines
273 B
PHP
Executable File
14 lines
273 B
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head></head>
|
|
|
|
<body>
|
|
<h1>Josh Ashton's LAMPP page.</h1>
|
|
<p>Someday soonish, this will be an awesome page!</p>
|
|
<p>This is a test of CI/CD!</p>
|
|
<a href="index.php">This link will help Jeff grade this assignment</a>
|
|
</body>
|
|
|
|
</html>
|