Added embedded filesystem. Whee!
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head><title>Test</title></head>
|
||||
<body>
|
||||
<h1>Test!</h1>
|
||||
<p>Yay, the cpio filesystem thingy works. Click <a href="/test2.html">here</a> to see
|
||||
if the 2nd page works too.
|
||||
</p>
|
||||
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head><title>Test</title></head>
|
||||
<body>
|
||||
<h1>Test2!</h1>
|
||||
<p>Here's an image of a cat (hopefully...)<br />
|
||||
<img src="cat.jpeg">
|
||||
</p>
|
||||
Reference in New Issue
Block a user