-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdcode.html
More file actions
36 lines (32 loc) · 1.51 KB
/
dcode.html
File metadata and controls
36 lines (32 loc) · 1.51 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
<html>
<head>
<title></title>
<meta name = "Home page" content = "Dcode allows you to make a discord bot without any coding">
<link rel = "stylesheet" href="style.css">
</head>
<body>
<header class = "main-header"> <!sematic text to better help,not neccessary>
<nav class = "navbar"> <! to provide navigation links>
<div class = "homeicon"><a href="dcode.html">HOME</a></div>
<div class = "bottemplateicon"><a href="template.html">Bot templates</a></div>
<div class = "whydcodeicon"><a href="why.html">Why DCode?</a></div>
<div class = "contacticon"><a href="contact.html">Contact</a></div>
</nav>
<img class = "icon1" src = "icon1.jpg">
<div class = "dcodemainicon">DCode</div> <!heading element>
</header>
<img class="mainimage" src="mainimage.png">
<div class = "maintext">Think.<br>Build.Deploy.</div>
<div class = "text2">Dcode provides you an effective way to<br>
customise and built a discord<br>
bot without any coding..!!</div>
<div class = "rectangle rectangletext">GET STARTED</div>
<img class ="loginicon" src="">
<img class = "icon2" src="">
<img class = "icon3" src="">
<img class = "icon4" src="">
<div class = "texticon1">Speed and<br>Security</div>
<div class = "texticon2">Ready to click<br>invite link</div>
<div class = "texticon3">steps to<br>build</div>
</body>
</html>