Sign in
appsheet-third-party
/
jquery
/
refs/heads/main
/
.
/
test
/
xhtml.php
blob: 1d2872e34a809a9469ac5cb149a40fc7b8007633 [
file
] [
log
] [
blame
] [
edit
]
<?
php
# Load and run the test suite as a proper XHTML page
header
(
"Content-type: application/xhtml+xml"
);
readfile
(
"index.html"
);
?>