UNPKG
mineflayer-voxel
Version:
latest (0.1.0)
0.1.0
A plugin to give you a web-based view of your mineflayer bot.
vogonistic/mineflayer-voxel
mineflayer-voxel
/
public
/
index.html
13 lines
(12 loc)
•
234 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype
html
>
<
html
>
<
head
>
<
title
>
Mineflayer Client
</
title
>
</
head
>
<
body
>
<
div
id
=
"gameCanvas"
>
</
div
>
<
script
src
=
"/socket.io/socket.io.js"
>
</
script
>
<
script
src
=
"/client.js"
>
</
script
>
</
body
>
</
html
>