OneNav simple PHP navigation bookmark source code

Introduction:

OneNav is a bookmark manager developed with PHP + SQLite 3. It supports Material Design style, with a simple interface and easy to use.
The latest open source work of xiaoz, welcome to experience.
The background interface is as follows:
OneNav theme directory is located in templates, with 2 sets of built-in themes, the default is Material Design style, if you need to switch the theme to webstack, just modify the content of config.php to:
//Theme style
define('TEMPLATE', 'webstack'); The
webstack style is as follows: you
can choose to switch according to your preferences, and more theme styles will be supported in the future, and you are welcome to develop your own themes.
Switching between multiple browsers, bookmark management is very confusing, and using a third-party bookmark management tool is worried about privacy issues, so OneNav was developed to centrally manage bookmarks.
Whether it is multiple browsers or different devices, it can be easily accessed and managed.
Solve the problem of bookmark management and access between multiple browsers and different devices.


Netdisk download address:

https://zijiewangpan.com/hSE2Dh3q0Kk


image:




Guess you like

Origin blog.csdn.net/lskelasi/article/details/115327055