diff options
Diffstat (limited to 'swarm/api/testdata/test0/index.html')
-rw-r--r-- | swarm/api/testdata/test0/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/swarm/api/testdata/test0/index.html b/swarm/api/testdata/test0/index.html new file mode 100644 index 000000000..321e910d7 --- /dev/null +++ b/swarm/api/testdata/test0/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <link rel="stylesheet" href="index.css"> + </head> + <body> + <h1>Swarm Test</h1> + <img src="img/logo.gif" align="center", alt="Ethereum logo"> + </body> +</html>
\ No newline at end of file |