feat: add test page

This commit is contained in:
Katharina Heidenreich 2026-04-04 17:04:15 +02:00
parent 3afb7d5cf4
commit ed0db330f1

11
data/web/test.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Hii :3</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
</head>
<body>
Other page :3
</body>
</html>