aboutsummaryrefslogtreecommitdiff
path: root/src/setup.html
blob: 7d47b7a0895a00c98f61e2b4abccecee740beceb (plain) (blame)
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
<!--
**********************************************
*
*	AleeBot for Discord servers
*	Copyright (C) 2017 AleeCorp
*	License: MIT
*
**********************************************
-->
<!DOCTYPE HTML>
<html>

<head>
</head>

<body>
	<h1>Welcome to AleeBot!</h1>
	<br>
	<b>Please note that this isn't the final design for this setup</b>
</body>
<script>
	const aleebot = require('bot.js')
	console.log(aleebot)
</script>

</html>