diff --git a/scripts/edit_pages.php b/scripts/edit_pages.php new file mode 100644 index 0000000..4597b03 --- /dev/null +++ b/scripts/edit_pages.php @@ -0,0 +1,46 @@ +Moved.', htmlspecialchars($url)); + exit(); +} + +// read the textfile +$text = file_get_contents($file); + +?> + +
+ + + + diff --git a/scripts/list_pages.php b/scripts/list_pages.php index 9205868..0d2b8bb 100644 --- a/scripts/list_pages.php +++ b/scripts/list_pages.php @@ -5,6 +5,10 @@ ' Calibri', 'Trebuchet MS', 'sans-serif'; box-sizing: border-box; } +button { + font-size: large; + padding: 5px; +} /* Create two unequal columns that floats next to each other */ .column { float: left; @@ -80,7 +84,7 @@ width: 100%;