Téléverser les fichiers vers "/"
This commit is contained in:
31
projet1.html
Normal file
31
projet1.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Projet 1</title>
|
||||
<style>
|
||||
body {
|
||||
background: #0d0d0d;
|
||||
color: #f0f0f0;
|
||||
font-family: Arial, sans-serif;
|
||||
text-align: center;
|
||||
padding-top: 50px;
|
||||
}
|
||||
a {
|
||||
color: #9d4edd;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Projet 1</h1>
|
||||
<p>Cette page est en cours de modification.</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user