├── LICENSE ├── README.md ├── embed.js ├── embed.min.js ├── icons.png ├── icons_src ├── background.png ├── certificate_seal.ico ├── font.png ├── icons.png ├── key_padlock.ico ├── msg_warning.ico └── unknown_pack_64x64.png └── test.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/README.md -------------------------------------------------------------------------------- /embed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/embed.js -------------------------------------------------------------------------------- /embed.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/embed.min.js -------------------------------------------------------------------------------- /icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/icons.png -------------------------------------------------------------------------------- /icons_src/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/icons_src/background.png -------------------------------------------------------------------------------- /icons_src/certificate_seal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/icons_src/certificate_seal.ico -------------------------------------------------------------------------------- /icons_src/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/icons_src/font.png -------------------------------------------------------------------------------- /icons_src/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/icons_src/icons.png -------------------------------------------------------------------------------- /icons_src/key_padlock.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/icons_src/key_padlock.ico -------------------------------------------------------------------------------- /icons_src/msg_warning.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/icons_src/msg_warning.ico -------------------------------------------------------------------------------- /icons_src/unknown_pack_64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/icons_src/unknown_pack_64x64.png -------------------------------------------------------------------------------- /test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lax1dude/eaglercraft-HTML5_Ping_Embed/HEAD/test.html --------------------------------------------------------------------------------