diff options
author | emkael <emkael@tlen.pl> | 2021-11-21 22:35:30 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-11-21 22:35:30 +0100 |
commit | 752a5b9f9cc5fca0ecfc906de0864a3e73beae17 (patch) | |
tree | 7a5f7ba86577079cfd99cdba2b6558e8b52a0aa9 /boards/template/ekstraklasa.html | |
parent | 2592ac0e9101620f63e9a84ce51ee20d4429b6ad (diff) |
Boards for e-klasa
Diffstat (limited to 'boards/template/ekstraklasa.html')
-rw-r--r-- | boards/template/ekstraklasa.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/boards/template/ekstraklasa.html b/boards/template/ekstraklasa.html new file mode 100644 index 0000000..030a872 --- /dev/null +++ b/boards/template/ekstraklasa.html @@ -0,0 +1,40 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> + <head> + <meta http-equiv="Pragma" content="no-cache"> + <meta http-equiv="Cache-Control" content="no-cache"> + <meta name="robots" content="noarchive"> + <meta http-equiv="expires" content="0"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <meta name="Generator" content="Skrypt napisany Palcami Klichowicza"> + <title>Polish Premier League 2021/22: ROZKŁADY</title> + <link rel="stylesheet" type="text/css" href="../../ekstraklasa/css/kolorki.css"> + </head> + <body class="all"> + <table cellspacing="0"> + <tr> + <td colspan="3"> + <span id="logo"> + <!---[LOGOH]---> + </span> + </td> + </tr> + <tr> + <td class="e" colspan="3"> </td> + </tr> + <tr> + <td class="bdnt12" colspan="3">HAND RECORDS</td> + </tr> + <tr> + <td class="e" colspan="3"> </td> + </tr> + <!---[CONTENT]---> + <tr> + <td colspan="21"> + <p class="vs"></p> + <p class="f"> Page generated: <!---[GENDATE]--->, I don't know what else to put here, optimized for 1024x768 resolution.</p> + </td> + </tr> + </table> + </body> +</html> |