Compare commits

...

3 Commits

Author SHA1 Message Date
bourgoino
bb869412d0 release modif 2024-09-16 14:10:30 +02:00
bourgoino
1f39f38ee4 footer 2024-09-16 11:47:14 +02:00
bourgoino
ee82a2a500 oui 2024-09-09 15:56:24 +02:00
3 changed files with 33 additions and 0 deletions

13
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Default ignored files
/shelf/
/workspace.xml
# Rider ignored files
/contentModel.xml
/projectSettingsUpdater.xml
/modules.xml
/.idea.Projet_Git1.iml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

4
.idea/encodings.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>

16
index.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Projet Site Web</title>
<header>
<h2>Entreprise -Services & Solutions</h2>
</header>
</head>
<body>
<h1>Bienvenue sur le site de l'entreprise !</h1>
<footer>
<p>&copy; 2024 - Entreprise</p>
</footer>
</body>
</html>