|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Lean Game Server</title>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<noscript>
|
|
|
|
<div class="landing-page">
|
|
|
|
<h1>Lean Game Server</h1>
|
|
|
|
<p>
|
|
|
|
<i>You need to enable JavaScript to use the Lean Game Server, as it is built
|
|
|
|
using React.</i>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<strong>Impressum:</strong><br />
|
|
|
|
Jon Eugster<br />
|
|
|
|
Mathematisches Institut der Heinrich-Heine-Universität Düsseldorf<br />
|
|
|
|
Universitätsstr. 1<br />
|
|
|
|
40225 Düsseldorf<br />
|
|
|
|
Germany<br />
|
|
|
|
+49 211 81-12173<br />
|
|
|
|
<a href="https://www.math.hhu.de/en/lehrstuehle-/-personen-/-ansprechpartner/innen/lehrstuehle-des-mathematischen-instituts/lehrstuhl-fuer-algebraische-geometrie/team/jon-eugster">Contact Details</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</noscript>
|
|
|
|
<script type="module" src="client/src/index.tsx"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|