- Added various icon images (128x128, 16x16, 32x32, 48x48, 64x64, 76x76 PNGs). - Introduced logo images in JPG and PNG formats, along with an SVG version. - Created device XML file for UPnP compatibility. - Implemented custom 404 and 405 error pages with a Commodore 64 theme. - Added an SVG graphic for server error representation. - Developed CSS styles for error pages to enhance visual appeal. - Included a favicon cursor icon. - Added a font file for "Microgramma D Extended Bold". - Created a WebSocket test page with interactive command execution.
19 lines
794 B
XML
19 lines
794 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<root xmlns="urn:schemas-upnp-org:device-1-0">
|
|
<specVersion>
|
|
<major>1</major>
|
|
<minor>0</minor>
|
|
</specVersion>
|
|
<device>
|
|
<deviceType>urn:schemas-upnp-org:device:ManageableDevice:1</deviceType>
|
|
<UDN>uuid:SSDP-DISABLED</UDN>
|
|
<friendlyName>Meatloaf (Multi-device emulator)</friendlyName>
|
|
<manufacturer>Meatloaf</manufacturer>
|
|
<manufacturerURL>https://meatloaf.cc/</manufacturerURL>
|
|
<modelName>ML CBM 1.6.1</modelName>
|
|
<modelNumber>ML-CBM-1.6.1</modelNumber>
|
|
<modelURL>https://github.com/idolpx/meatloaf</modelURL>
|
|
<serialNumber>MLCBM3C214F90</serialNumber>
|
|
<presentationURL>http://192.168.1.185</presentationURL>
|
|
</device>
|
|
</root> |