Completed assignment.
This commit is contained in:
16
info.php
Normal file
16
info.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>PHP Info</title>
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>PHP Info</h1>
|
||||
<nav>
|
||||
<p><a href="index.php">Start</a> | <a href="test.php">Tankstellenberechnung</a></p>
|
||||
</nav>
|
||||
<?php phpinfo(); ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user