-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 847 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="container">
<div class="card">
<h2 class="title">Welcome to MultiTools</h2>
<h3 class="subtitle">A collection of useful tools</h3>
<div class="buttons">
<a href="IdeaBoard/IdeaBoard.html" class="button">Idea Board</a>
<a href="PasswordGenerator/PasswordGenerator.html" class="button">Password Generator</a>
<a href="ChunkEdit/ChunkEdit.html" class="button">Image Chunk Edit</a>
<a href="AudibleMaze/AudibleMaze.html" class="button">Audible Maze</a>
</div>
</div>
</div>
<div class="bubbles-container"></div>
<script src="animations.js"></script>
</body>
</html>