schafkopf-db/index.html
Balthasar Schachtner d91b120bd0 plotting
2020-01-22 15:05:47 +01:00

16 lines
419 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Schafkopf</title>
</head>
<body>
<img src="aktueller_stand.png" alt="Stand" width="800">
<!--#include file="footer_text.html" -->
<div w3-include-html="spiele.html"></div>
<link href="spiele.html" rel="import" />
<a href="spiele.html">Tabelle</a>
<a href="spiele.csv">Tabelle (csv)</a>
</body>
</html>