feat: add test page
This commit is contained in:
parent
3afb7d5cf4
commit
ed0db330f1
1 changed files with 11 additions and 0 deletions
11
data/web/test.html
Normal file
11
data/web/test.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue