diff options
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>  | 
