mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 09:58:38 +00:00
7 lines
211 B
XML
7 lines
211 B
XML
<?xml version="1.0" standalone="yes" ?>
|
|
<!DOCTYPE html [
|
|
<!ENTITY inner "<script src='script.js'></script><p>abcd</p>">
|
|
<!ENTITY outer "&inner;">
|
|
]>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">&outer;</html>
|