-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
37 lines (37 loc) · 1.6 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
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="CandyMan Token">
<meta name="author" content="Princess">
<meta name="keywords" content="CandyMan, SLP, SEP">
<meta name="viewport" content="width-device-width, initail-scale=1.0">
<title>CandyMan</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
</head>
<body>
<header>
<nav>
<div class="logo"><h1 class="animated infinite tada ">CandyMan</h1></div>
<div class="menu">
<a href="#" id="homee">Home</a>
<a href="https://simpleledger.info/" id="slpex">SLP EXPLORER</a>
<a href="https://istmeprincess.github.io/CandyMan/nav/info.html" id="info">Info</a>
<a href="https://smartscan.cash" id="sscan">SmartScan</a>
</div>
</nav>
<main>
<section>
<h3>Welcome to CandyMan Token Website</h3>
<h1>CandyMan Token<span class="change_content"> </span></h1>
<p>Best Wishes for journey with CandyMan</p>
<a href="https://t.me/CandyManToken" class="btnone">Join Us.</a>
<a href="https://istmeprincess.github.io/CandyMan/nav/imore.html" class="btntwo">Learn More</a>
<a href="https://istmeprincess.github.io/CandyMan/candydraws/candydraw.html" class="btnthree">CandyDraws</a>
<a href="fundraiser/fundraiser.html" class="butnfour">FundRaiser</a>
</section>
</main>
</header>
</body>
</html>