Archived
1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Mercury/1000-7000.php

35 lines
956 B
PHP
Raw Normal View History

2013-12-30 10:25:44 +01:00
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>1000-7000</title>
</head>
<body>
<?php
include 'menu.html';
?>
<h1>Eingabe</h1>
<ul>
<li>wie <a href="sonnensystem-eingabe.html">hier</a></li>
<li>Anfang: 1000</li>
<li>Ende: 7000</li>
<li>Ausgabeintervall: 1 Jahr</li>
<li>Zeitschritt: 8 Tage</li>
</ul>
<h1>Ausgabe</h1>
<ul>
<li><a href="./1000-7000/EARTHMOO.aei">Bahndaten der Erde</a></li>
<p><img src="./1000-7000/gesamt.png" alt="Gesamtes Sonnensystem"/></p>
<li>Gesamtes Sonnensystem</li>
<p><img src="./1000-7000/oben.png" alt="Sonnensystem von oben"/></p>
<li>Sonnensystem von oben</li>
<p><img src="./1000-7000/seite1.png" alt="Sonnensystem von der Seite" /></p>
<li>Sonnensystem von der Seite</li>
<p><img src="./1000-7000/animiert.gif" alt="3d-Animation des inneren Sonnensystems" /></p>
<li>3d-Animation des inneren Sonnensystems</li>
</ul>
</body>
</html>