diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-12 23:37:24 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-12 23:37:24 +0800 |
commit | 43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca (patch) | |
tree | b957cdb79e2af63fd7222c63b9a79e307de4834f /doc/index_internal.html | |
parent | cd09a7e8a42c8f3617cfe3c57eed3b96bcfd2ec5 (diff) | |
download | QMidiPlayer-43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca.tar.xz |
Mysterious Mountain. (Partially fixed #2)
Diffstat (limited to 'doc/index_internal.html')
-rw-r--r-- | doc/index_internal.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/index_internal.html b/doc/index_internal.html new file mode 100644 index 0000000..c795b90 --- /dev/null +++ b/doc/index_internal.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html> +<head> +<title>QMidiPlayer Help</title> +</head> +<body> + <table> + <tr> + <td style="vertical-align:top;"> + <ul> + <li>User manual</li> + <li>Contributing</li> + <li><a href="version_internal.html">Version Info.</a></li> + <li><a href="license_internal.html">License</a></li> + </ul> + </td> + <td> + <h1>User manual</h1> + You can find documentation <a href="https://htmlpreview.github.io/?https://github.com/chirs241097/QMidiPlayer/blob/master/doc/index.html">here</a>.<br> + Alternatively, you can use <a href="https://chrisoft.org/QMidiPlayer/doc/index.html">the version on chrisoft.org</a> or the version installed on your computer. + <h1>Contributing to the project</h1> + Take a look at <a href="https://github.com/chirs241097/QMidiPlayer">the project's git repo</a>. + <h1>About QMidiPlayer</h1> + <ul> + <li><a href="version_internal.html">Version information</a></li> + <li><a href="license_internal.html">License</a></li> + </ul> + </td> + </tr> + </table> +</body> +</html>
\ No newline at end of file |