|
1 | 1 | <div id="welcomeContainer"> |
2 | 2 | <div id="welcome"> |
3 | | - <p><h1>Welcome to Mathics (in Django)!</h1></p> |
4 | | - <p>Mathics is a general-purpose computer algebra system.</p> |
5 | | - <p> |
6 | | - Enter queries and evaluate them by pressing <code>Shift</code> + <code>Return</code>. |
7 | | - See the <a href="javascript:showGallery()">gallery</a> for some examples or the <a href="javascript:showDoc()">documentation</a> for a full list of supported functions. |
8 | | - See <a href="/about">/about</a> for software version, machine, and system information. |
9 | | - <!--<p><small>This box will disappear as soon as you submit your first query.</small></p>--> |
10 | | - </p> |
11 | | - <p>Mathics uses <a href="http://www.mathjax.org/" target="_blank">MathJax</a> and <a href="http://threejs.org/" target="_blank">three.js</a> to display beautiful math and 3D graphics. For further information about the project visit <a href="https://mathics.org" target="_blank">the home page</a>.</p> |
| 3 | + <p><h1>Welcome to Mathics (in Django)!</h1></p> |
12 | 4 |
|
13 | | - <div style="position:absolute;right:0;bottom:-2.8em;"> |
14 | | - <p style="text-align:right;color:#3f3f3f;"> |
15 | | - <label><input type="checkbox" id="hideStartupMsg" />Do not show on startup.</label> |
16 | | - </p> |
17 | | - </div> |
| 5 | + <p>Copyright (C) 2021 The Mathics Team<p><br> |
| 6 | + This program comes with ABSOLUTELY NO WARRANTY; |
| 7 | + This is free software, and you are welcome to redistribute it |
| 8 | + under <a href="doc/license/gnu-general-public-license/">certain conditions</a>. |
| 9 | + </p> |
| 10 | + |
| 11 | + <p>Mathics is a general-purpose computer algebra system.</p> |
| 12 | + |
| 13 | + <p> |
| 14 | + Enter queries and evaluate them by pressing <code>Shift</code> + <code>Return</code>. |
| 15 | + See the <a href="javascript:showGallery()">gallery</a> for some examples or the <a href="javascript:showDoc()">documentation</a> for a full list of supported functions. |
| 16 | + See <a href="/about">/about</a> for software version, machine, and system information. |
| 17 | + <!--<p><small>This box will disappear as soon as you submit your first query.</small></p>--> |
| 18 | + </p> |
| 19 | + |
| 20 | + <p>Mathics uses <a href="http://www.mathjax.org/" target="_blank">MathJax</a> and <a href="http://threejs.org/" target="_blank">three.js</a> to display beautiful math and 3D graphics. For further information about the project visit <a href="https://mathics.org" target="_blank">the home page</a>.</p> |
| 21 | + |
| 22 | + <div style="position:absolute;right:0;bottom:-2.8em;"> |
| 23 | + <p style="text-align:right;color:#3f3f3f;"> |
| 24 | + <label><input type="checkbox" id="hideStartupMsg" />Do not show on startup.</label> |
| 25 | + </p> |
| 26 | + </div> |
0 commit comments