From 9878738abc642ed693b9dc1351bdc35cba5a0171 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Sat, 25 Nov 2017 17:19:44 +0100 Subject: Display of children tv series implemented, bootstrap JS v3.3.7 added --- index.php | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..9c96bfb --- /dev/null +++ b/index.php @@ -0,0 +1,116 @@ + + + + + + + + + + Kinderserienfiguren + + + +
+
+
+
+ +
+
+ $characterDescription) { + $characterName = str_replace('_', ' ', $character); + ?> + +
+
+ <?=$characterName;?> +
+
+

+

+
+
+ + +
+ +
+ + \ No newline at end of file -- cgit v1.2.3