-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (37 loc) · 1.54 KB
/
index.html
File metadata and controls
48 lines (37 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ax Hosting</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<h1 class="project-name"> Ax Hosting </h1>
<section class="main">
<section class="button-section">
<button type="button" class="btn btn-outline-light" id="btnParticles">
<a href="common/particles.html" class="a">Particle Js</a>
</button>
<button type="button" class="btn btn-outline-light" id="btnSpiral">
<a href="common/Spiral%20CSS%20Animation.html" class="a">Spiral Animation</a>
</button>
<button type="button" class="btn btn-outline-light" id="btnStairs">
<a href="common/Stairs%20Loader.html" class="a">Stairs Loader</a>
</button>
<button type="button" class="btn btn-outline-light" id="btnStar">
<a href="common/Star%20Animation.html" class="a">Star Animation</a>
</button>
<button type="button" class="btn btn-outline-light" id="btnVivid">
<a href="common/Vivid%20Spinner.html" class="a"> Vivid Spinner</a>
</button>
<button type="button" class="btn btn-outline-light" id="btnSawBall">
<a href="common/Saw%20Ball.html" class="a">Saw Ball</a>
</button>
<button type="button" class="btn btn-outline-light" id="btnBarLoading">
<a href="common/barLoading.html" class="a">Bar Loading</a>
</button>
</section>
</section>
</body>
</html>