From 43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca Mon Sep 17 00:00:00 2001 From: Chris Xiong <chirs241097@gmail.com> Date: Tue, 12 Apr 2016 23:37:24 +0800 Subject: Mysterious Mountain. (Partially fixed #2) --- doc/license.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'doc/license.html') diff --git a/doc/license.html b/doc/license.html index f33cdb0..b50e6d5 100644 --- a/doc/license.html +++ b/doc/license.html @@ -6,8 +6,23 @@ <title>GNU General Public License v3.0 - GNU Project - Free Software Foundation (FSF)</title> <link rel="alternate" type="application/rdf+xml" href="http://www.gnu.org/licenses/gpl-3.0.rdf" /> + <link rel=stylesheet href='styles.css' type='text/css'> </head> <body> + <div id="panel"> + <ul> + <li><a href="index.html">Overview</a></li> + <li><a href="mainwindow.html">Main Window</a></li> + <li><a href="channeldialog.html">Channels Dialog</a></li> + <li><a href="#">Channel Editor</a></li> + <li><a href="#">Playlist</a></li> + <li><a href="#">Effects</a></li> + <li><a href="#">Settings</a></li> + <li><a href="version.html">Version Info.</a></li> + <li><a class="active" href="license.html">License</a></li> + </ul> + </div> + <div id="content"> <h3 style="text-align: center;">GNU GENERAL PUBLIC LICENSE</h3> <p style="text-align: center;">Version 3, 29 June 2007</p> @@ -692,6 +707,6 @@ the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <<a href="http://www.gnu.org/philosophy/why-not-lgpl.html">http://www.gnu.org/philosophy/why-not-lgpl.html</a>>.</p> -<br><a href="index.html">Return</a> +<br><a href="index.html">Return</a></div> </body></html> -- cgit v1.2.3