Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
deep100x committed Jan 1, 2024
1 parent e9f3fc0 commit fbb03d4
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JavaScript</title>
<style>
a {
display: block;
}
</style>
</head>
<body style="padding: 50px; max-width: 1320px; margin: 0 auto">
<p style="font-size: 1.2rem">api</p>
<a href="./api/dogRandom/index.html">dog-Random</a>
<a href="./api/superHero/index.html">super-Hero</a>
<p style="font-size: 1.2rem">projects</p>
<a href="./dom/red-yellow-green/index.html">red-yellow-green</a>
<a href="./projects/addtocart/index.html">add-to-cart</a>
<a href="./projects/02_SimpleTodo.html">simple-todo-list</a>
<a href="./projects/tip-calculator/index.html">tip-calculator</a>
<a href="./projects/rockpaperscissors/index.html">rock-paper-scissors</a>
<a href="./projects/fetchmovies/index.html">fetch-movies</a>
<a href="./projects/fightingGame/index.html">fighting-game</a>
<a href="./projects/weather-app/index.html">weather-app</a>
<br />
<a href="./projects/PassValidation.html">password-validation</a>
<a href="./projects/01_CRUD.html">crud</a>
<a href="./projects/ATMmachine.html">atm-machine</a>
<a href="./projects/Clock1.html">clock</a>
<a href="./projects/SelectOperators.html">select-operator</a>
<a href="./projects/InputCalculator.html">input-calculator</a>
<a href="./projects/RandomColor.html">random-color-generator</a>
<a href="./projects/search.html">search-product</a>
</body>
</html>

0 comments on commit fbb03d4

Please sign in to comment.