diff --git a/examples/minimalMilkdrop/index.html b/examples/minimalMilkdrop/index.html index 84566dcc8..b9b31966c 100755 --- a/examples/minimalMilkdrop/index.html +++ b/examples/minimalMilkdrop/index.html @@ -13,7 +13,7 @@ diff --git a/examples/minimalWindowLayout/README.md b/examples/minimalWindowLayout/README.md new file mode 100644 index 000000000..a5cec38c4 --- /dev/null +++ b/examples/minimalWindowLayout/README.md @@ -0,0 +1,11 @@ +# Minimal Example Window Layout + +This example demonstrates configuring the initial layout of windows in Webamp. + +You should be able to open this local html file in your browser and see Webamp working. + +``` +$ git clone git@github.com:captbaritone/webamp.git +$ cd webamp +$ open examples/minimalWindowLayout/index.html +``` diff --git a/examples/minimalWindowLayout/index.html b/examples/minimalWindowLayout/index.html new file mode 100755 index 000000000..cb6691b63 --- /dev/null +++ b/examples/minimalWindowLayout/index.html @@ -0,0 +1,40 @@ + + + + + + + +
+ +
+ + + + diff --git a/examples/readme.md b/examples/readme.md index 0d8cde6f7..53457bbdd 100644 --- a/examples/readme.md +++ b/examples/readme.md @@ -5,6 +5,7 @@ This directory contains a number of examples of how to add Webamp to a project. - [Minimal](./minimal) Stick Webamp in a `