diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-10-07 21:31:17 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-10-07 21:31:17 +0100 |
| commit | 0f273c0a8ead390346571c4be2296fa6e384eff6 (patch) | |
| tree | 292fc180a277a5324df73c5c8b02c8c673e812a3 /src/templates/index.php | |
| parent | 34ba17ceeecd3ac6be9e31be45ee76757da2dec0 (diff) | |
Add bookmarks
Diffstat (limited to 'src/templates/index.php')
| -rw-r--r-- | src/templates/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/templates/index.php b/src/templates/index.php index 034f09c..9656551 100644 --- a/src/templates/index.php +++ b/src/templates/index.php @@ -6,7 +6,6 @@ <title>Bookmarks</title> </head> <body> - <h1>Hello <?php echo 'World'; ?></h1> <ul> <?php foreach ($bookmarks as $bookmark) { ?> <li><?php echo "[$bookmark->id] $bookmark->url"; ?></li> |
