_head.php 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?php
  2. /**
  3. * Insipid
  4. * Personal web-bookmark-system
  5. *
  6. * Copyright 2016-2021 Johannes Keßler
  7. *
  8. * Development starting from 2011: Johannes Keßler
  9. * https://www.bananas-playground.net/projekt/insipid/
  10. *
  11. * creator:
  12. * Luke Reeves <luke@neuro-tech.net>
  13. *
  14. * This program is free software: you can redistribute it and/or modify
  15. * it under the terms of the GNU General Public License as published by
  16. * the Free Software Foundation, either version 3 of the License, or
  17. * (at your option) any later version.
  18. *
  19. * This program is distributed in the hope that it will be useful,
  20. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. * GNU General Public License for more details.
  23. *
  24. * You should have received a copy of the GNU General Public License
  25. * along with this program. If not, see http://www.gnu.org/licenses/gpl-3.0.
  26. *
  27. */
  28. ?>
  29. <!doctype html>
  30. <html dir="ltr">
  31. <head>
  32. <meta charset="utf-8">
  33. <meta http-equiv="x-ua-compatible" content="ie=edge">
  34. <meta name="viewport" content="width=device-width, initial-scale=1">
  35. <meta name="robots" content="noindex,nofollow" />
  36. <title>Your personal bookmarks - Insipid</title>
  37. <link rel="stylesheet" href="asset/css/bulma.min.css">
  38. <link rel="stylesheet" href="asset/ionicons/css/ionicons.min.css">
  39. <link rel="stylesheet" href="asset/css/style.css">
  40. </head>
  41. <body>
  42. <div class="container">