This commit is contained in:
Balthasar Schachtner 2020-01-22 15:05:47 +01:00
parent 06371aa8c2
commit d91b120bd0
4 changed files with 3159 additions and 1 deletions

16
index.html Normal file
View file

@ -0,0 +1,16 @@
<!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>