Skip to content
Snippets Groups Projects
Verified Commit 3cfbf2e1 authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Temporary Website

Start the website to make sure that the URL added to the AppStream
metadata for the client does exist, but for now simply display an “under
construction” message.
parent ca47250b
No related branches found
No related tags found
No related merge requests found
<?PHP
echo "<?xml version=\"1.0\" encoding=\"utf8\"?>\n";
?>
<html>
<head>
<title>Under Construction!</title>
</head>
<body>
<h1>⚠ 🚧 Under Construction 🚧 ⚠</h1>
<p>Sobald die Software zur Durchführung des FP-Versuches 311 – Rutherford-Experiment – fertiggestellt ist, wird es hier weitere Informationen und die Möglichkeit zum Download geben.</p>
<p style="margin-top: 100px;"><a href="https://www.ep1.ruhr-uni-bochum.de/en/impressum-2/">Impressum</a></p>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment