1
0
Fork 0
forked from svrjs/svrjs

Changed tests page

This commit is contained in:
Dorian Niemiec 2023-12-03 14:18:44 +01:00
parent 2cab4349f9
commit 5f586cee0a

View file

@ -13,10 +13,10 @@
</head>
<body>
<h1>SVR.JS Nightly-GitMain Tests</h1>
<h2>Directory</h2>
<h2>Directory (without trailing slash)</h2>
<iframe src="/testdir" width="50%" height="300px"></iframe>
<h2>Directory (with query)</h2>
<iframe src="/testdir?query=value" width="50%" height="300px"></iframe>
<iframe src="/testdir/?query=value" width="50%" height="300px"></iframe>
<h2>Directory (personalized)</h2>
<iframe src="/testdir/.personalized" width="50%" height="300px"></iframe>
<h2>404 Error</h2>