Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Eaielectronic authored Aug 19, 2024
1 parent 8dd2e08 commit d312e6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Galery/Appel-The-Adventure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<style>
body {
font-family: 'Roboto', sans-serif;
background: url('https://raw.githubusercontent.com/Eaielectronic/Electronix/main/backroud2.png') no-repeat center center fixed;
background: url('image.png') no-repeat center center fixed;
background-size: cover;
margin: 0;
padding: 0;
Expand Down Expand Up @@ -94,7 +94,7 @@
<body>
<div class="container">
<div class="header">
<img src="https://raw.githubusercontent.com/Eaielectronic/Electronix/main/logo.svg" alt="Image du jeu">
<img src="logo.svg" alt="Image du jeu">
<h1>Appel The Adventure 1.6 </h1>
</div>
<div class="video-container">
Expand Down Expand Up @@ -137,10 +137,10 @@ <h3>Modes additionels</h3>
<a href="URL_DE_TELECHA" class="download-btn" id="sendButton" target="_blank">Galerie de modes</a>
<h3>About</h3>
<div class="links">
<a href="https://github.com">GitHub</a>
<a href="https://github.com/Eaielectronic">GitHub</a>
<a href="https://scratch.mit.edu">Scratch</a>
<a href="https://turbowarp.org">TurboWarp</a>
<a href="https://raw.githubusercontent.com/Eaielectronic/Electronix/main/Electronix.html">Desktop</a>
<a href="https://eaielectronic.github.io/Electronix/">Desktop</a>
<a href="https://dedespo.com">Crédit</a>
</div>
</div>
Expand Down

0 comments on commit d312e6c

Please sign in to comment.