plotting
This commit is contained in:
parent
06371aa8c2
commit
d91b120bd0
4 changed files with 3159 additions and 1 deletions
16
index.html
Normal file
16
index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue