Skip to content

Commit

Permalink
removing index.html redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDr3ck authored Jun 26, 2020
1 parent b3047af commit ad6d357
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
</head>
<body>
<h1>Essais courts</h1>
<a href="./Balle/index.html">Balle</a>
<a href="./Balle/">Balle</a>
<br>
<a href="./CasseBrique/index.html">CasseBrique</a>
<a href="./CasseBrique/">CasseBrique</a>
<br>
<a href="./Fleur/index.html">Fleur</a>
<a href="./Fleur/">Fleur</a>
<br>
<a href="./Pluie/index.html">Pluie</a>
<a href="./Pluie/">Pluie</a>
<br>
<a href="./Serpent/index.html">Serpent</a>
<a href="./Serpent/">Serpent</a>
<h2>Concept</h2>
<a href="./Steering/index.html">Steering behaviors</a>
<a href="./Steering/">Steering behaviors</a>
<br>
<a href="./LettreCercle/index.html">LettreCercle</a>
<a href="./LettreCercle/">LettreCercle</a>
<br>
<a href="./FractalTree/index.html">FractalTree</a>
<a href="./FractalTree/">FractalTree</a>
<br>
<a href="./BarnsleyFern/index.html">BarnsleyFern</a>
<a href="./BarnsleyFern/">BarnsleyFern</a>
</body>
</html>

0 comments on commit ad6d357

Please sign in to comment.