-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAbout_us.html
60 lines (50 loc) · 1.93 KB
/
About_us.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Homers-bot-devs</title>
<link rel="stylesheet" href="aboutstyles.css">
</head>
<body>
<ul>
<li><a href="./index.html">Home</a></li>
<li class="dropdown">
<a href="" class="dropbtn">Homer's Rebuttal</a>
<div class="dropdown-content">
<a href="./Homer's Rebuttal/About.html">About</a>
<a href="./Ghostpepper.html">Ghost pepper bot</a>
</div>
</li>
<li class="dropdown">
<a href="" class="dropbtn">RaspberryRBX</a>
<div class="dropdown-content">
<a href="./RaspberryRBX/index_RBX.html">About</a>
<a href="./RaspberryRBX/RBXbot.html">RBX Bot</a>
</div>
</li>
<li style="float:right"><img src="https://cdn.discordapp.com/attachments/764132378338787368/849421719357882419/icon.png" title="icon" /></li>
<li style="float:right"><a href="./support.html">Support</a></li>
<li style="float:right"><a href="">About us</a></li>
</ul>
<div class="row">
<div class="column side">
<h2>more info</h2>
<p>not filled yet</p>
</div>
<div class="column middle">
<h2>About Us</h2>
<p>Who´s behind homers-bot-devs: We're 3 dudes who like to code and decided to collaborate to bring you Homer's-bot-devs.
A github org with the goal to bring you, free, open source, easy to use,and helpful discord bots.</p>
</div>
<div class="column side">
<h2>links</h2>
<form action="https://discord.gg/6kf4H9dYmR">
<input type="submit" value="join the discord server" />
</form>
</div>
</div>
<div class="footer">
<p>This website is made by Homer's Rebuttal#9018</p>
</div>
</body>
</html>