-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
66 lines (64 loc) · 3.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Mathefacts - Übersicht der Mathefacts für den Podcast Nr. 1!">
<meta property="og:description" content='Eine Übersichtstabelle der Mathefacts für den Podcast "Hobbylos" von Rezo und Julien Bam'>
<meta property="og:image" content="https://mathe.hobbylos.online/title.svg">
<meta property="og:url" content="https://mathe.hobbylos.online/">
<meta name="description" content='Eine Übersichtstabelle der Mathefacts für den Podcast "Hobbylos" von Rezo und Julien Bam' />
<meta name="keywords" content='Mathe, Mathefacts, mathe facts, Hobbylos, Tabelle, Übersicht, suchen, durchsuchen, Rezo, Julien Bam, Julien, Bam, Lobbyhoes, Nerds'/>
<meta name="robots" content="index, follow">
<meta name="audience" content="Alle"><meta http-equiv="content-language" content="de">
<meta name="page-topic" content="Bildung">
<title>Mathefacts - Übersicht der Mathefacts für den Podcast Nr. 1!</title>
<link rel="icon" href="./favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-nightshade.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.12.0/css/dataTables.bootstrap5.min.css">
<!-- data tables -->
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@3/dist/style.css" rel="stylesheet" type="text/css">
<link href="./index.css" rel="stylesheet" type="text/css">
</head>
<body>
<img src="./assets/bademantel.svg" alt="Bademantel" class="bademantel" draggable='false'>
<header>
<a href="https://mathe.hobbylos.online/">
<img class="img-fluid mx-auto mb-4 d-block" src="./assets/title.svg" alt="Mathefacts" draggable='false'>
</a>
</header>
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="table-responsive">
<table id="mathefacts" class="display table">
<thead>
<tr>
<th>Folge</th>
<th>Folgentitel</th>
<th>Faktthema</th>
<th>Fakt</th>
<th>Startzeit</th>
<th>Endzeit</th>
<th>Dauer</th>
<th>Anhören</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
<footer>
<a href="https://hobbylos.online/impressum.html">Impressum / Datenschutz</a>
</footer>
<!-- libs -->
<script src="https://unpkg.com/[email protected]/dayjs.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/simple-datatables@3" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/darkmode.min.js"></script>
<script src="https://unpkg.com/[email protected]/plugin/duration.js"></script>
<script src="https://unpkg.com/[email protected]/plugin/customParseFormat.js"></script>
<!-- custom code -->
<script src="./index.js"></script>
</body>
</html>