feature: support .spa files for Single Page Apps
This commit is contained in:
parent
604090d8b8
commit
9fc91f4cf4
11 changed files with 329 additions and 8 deletions
0
tests/www/spa/.spa
Normal file
0
tests/www/spa/.spa
Normal file
6
tests/www/spa/index.html
Normal file
6
tests/www/spa/index.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<h1>SPA PAGE</h1>
|
||||
</body>
|
||||
</html>
|
||||
6
tests/www/spa/testing/blah.html
Normal file
6
tests/www/spa/testing/blah.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<h1>Hello World - Blah</h1>
|
||||
</body>
|
||||
</html>
|
||||
6
tests/www/spa/testing/index.html
Normal file
6
tests/www/spa/testing/index.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<h1>Hello World - Testing</h1>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue