Compare commits

..

2 Commits

Author SHA1 Message Date
889a046e8c Ajouter Header HTML 2024-09-09 15:49:19 +02:00
268719a020 Nouvelle branche 2024-09-09 15:40:54 +02:00
5 changed files with 34 additions and 0 deletions

5
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/projetGit.iml" filepath="$PROJECT_DIR$/.idea/projetGit.iml" />
</modules>
</component>
</project>

12
.idea/projetGit.iml Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -4,6 +4,9 @@
<meta charset="UTF-8">
<title>Projet GIT Joshua</title>
</head>
<header>
<h2>Nouveau header</h2>
</header>
<body>
<h1>Coucou la team !</h1>
</body>