Refactor Docker setup and replace web files with new structure
This commit is contained in:
parent
2e2ec0885c
commit
f1d2a93752
5 changed files with 18 additions and 13 deletions
13
docker/apache2/public/index.html
Normal file
13
docker/apache2/public/index.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Serveur Web - Honnete</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Page d'accueil</h1>
|
||||
<p>Le serveur web est honnête.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue