Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume committed Aug 15, 2024
1 parent 36cd04f commit 4e57fe4
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Binary file added Images/icone.ico
Binary file not shown.
Binary file added Images/icone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/icone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test
testttt
Binary file removed icone.ico
Binary file not shown.
Binary file removed icone.png
Binary file not shown.
Binary file removed icone.svg
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<link rel="stylesheet" href="text-reverse.css"/>
<script defer src="word.js"></script>
<script defer src="text-reverse.js"></script>
<link rel="icon" href="icone.png" type="image/png">
<link rel="icon" type="image/svg+xml" href="icone.svg">
<link rel="icon" href="icone.ico" type="image/x-icon">
<link rel="icon" href="Images/icone.png" type="image/png">
<link rel="icon" type="image/svg+xml" href="Images/icone.svg">
<link rel="icon" href="Images/icone.ico" type="image/x-icon">
<title>Text-Reverse</title>
</head>

Expand Down

0 comments on commit 4e57fe4

Please sign in to comment.