Files
Docker/Apache+PHP/html/index.html
T

12 lines
266 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Page HTML</title>
</head>
<body>
<h1>index.html</h1>
<br>
<p><a title="index.php" rel="noopener" href="index.php">index.php</a></p>
</body>
</html>