diff options
Diffstat (limited to 'swarm/api/testdata')
-rw-r--r-- | swarm/api/testdata/test0/img/logo.png | bin | 0 -> 18136 bytes | |||
-rw-r--r-- | swarm/api/testdata/test0/index.css | 9 | ||||
-rw-r--r-- | swarm/api/testdata/test0/index.html | 10 |
3 files changed, 19 insertions, 0 deletions
diff --git a/swarm/api/testdata/test0/img/logo.png b/swarm/api/testdata/test0/img/logo.png Binary files differnew file mode 100644 index 000000000..e0fb15ab3 --- /dev/null +++ b/swarm/api/testdata/test0/img/logo.png diff --git a/swarm/api/testdata/test0/index.css b/swarm/api/testdata/test0/index.css new file mode 100644 index 000000000..67cb8d0ff --- /dev/null +++ b/swarm/api/testdata/test0/index.css @@ -0,0 +1,9 @@ +h1 { + color: black; + font-size: 12px; + background-color: orange; + border: 4px solid black; +} +body { + background-color: orange +}
\ No newline at end of file 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 |