From 0f77a444729468cf555346df335cb21f86113721 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 15 Feb 2015 12:17:16 +1100 Subject: Audio player, tweaks to suit --- docs/audio.html | 41 +++++++++++++++++++++++++++++++++++++++++ docs/index.html | 49 ------------------------------------------------- docs/video.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 88 insertions(+), 49 deletions(-) create mode 100644 docs/audio.html delete mode 100644 docs/index.html create mode 100644 docs/video.html (limited to 'docs') diff --git a/docs/audio.html b/docs/audio.html new file mode 100644 index 00000000..fa237633 --- /dev/null +++ b/docs/audio.html @@ -0,0 +1,41 @@ + + + + + Simple Media + + + + + + + + + +
+

Simple Media

+

A simple HTML5 media player

+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index f139e58f..00000000 --- a/docs/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - Simple Media - - - - - - - - - -
-

Simple Media

-

A simple HTML5 media player

-
- -
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/docs/video.html b/docs/video.html new file mode 100644 index 00000000..8fe4474a --- /dev/null +++ b/docs/video.html @@ -0,0 +1,47 @@ + + + + + Simple Media + + + + + + + + + +
+

Simple Media

+

A simple HTML5 media player

+
+ +
+ +
+ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3