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/sonnensystem-ausgabe.php

26 lines
845 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>Sonnensystem-Eingabe</title>
</head>
<body>
<?php
include 'menu.html';
?>
<h1>Sonnensystem-Ausgabe</h1>
<p>Für weitere Ergebnisse siehe <a href="./1000-7000.php">1000 bis 7000</a> und <a href="./2017-2020.php">2017 bis 2020</a></p>
<img src="./Sonnensystem/oben.png" alt="Sonnensystem von oben" />
<br />Sonnensystem von oben<br /><br />
<img src="./Sonnensystem/seite1.png" alt="Sonnensystem von der Seite" />
<br />Sonnensystem von der Seite<br /><br />
<img src="./Sonnensystem/seite2.png" alt="Sonnensystem von der Seite" />
<br />Sonnensystem von der Seite<br /><br />
<img src="./Sonnensystem/gesamt.png" alt="gesamtes Sonnensystem von oben" />
<br />gesamtes Sonnensystem von oben<br /><br />
</body>
</html>