-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.5 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Numerology</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<h1><center><u><strong> Cosmic Numbers</strong></u></center></h1>
<h3><center>Where cosmic energy meets playful discovery!</center></h3>
<p><center>Welcome to The Cosmic Numbers, where numbers unlock a world of mystery, insight, and fun! Dive into the fascinating realm of numerology and explore how numbers influence your personality, relationships, and destiny. Whether you're uncovering your life path, decoding hidden messages, or testing compatibility with friends, there's a game here for everyone. </center></p>
<br>
<h2><center>Choose from the exciting options below and let the numbers guide your journey!</center></h2>
<br><br>
<center><a href="Name.html"><input type="button" value="Name Decoder: Unveil Your Number" id="start"></a></center>
<br><br>
<center><a href="Destiny.html"><input type="button" value="Destiny Duo" id="start"></a></center>
<br><br>
<center><a href="Future.html"><input type="button" value="Future Vision" id="start"></a></center>
<br><br>
<center><a href="burn.html"><input type="button" value="The Numerology Burn" id="start"></a></center>
<br><br>
<center><a href="partner.html"><input type="button" value="Partner Face Finder" id="start"></a></center>
</body>
<script src="1st.java"></script>
</html>