Bookmark Divider
This commit is contained in:
parent
14a19900ad
commit
2805429d93
|
@ -1,4 +1,4 @@
|
||||||
# bookmark-divider
|
# Bookmark Divider
|
||||||
|
|
||||||
A browser independent bookmark separator. It works perfectly with light and dark themes due to its binary nature.
|
A browser independent bookmark separator. It works perfectly with light and dark themes due to its binary nature.
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<title></title>
|
<title>Bookmark Divider</title>
|
||||||
<!-- Favicons -->
|
<!-- Favicons -->
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="vscode-light">
|
<body class="vscode-light">
|
||||||
<h1 id="bookmark-divider">bookmark-divider (<a href="https://github.com/LukaHarambasic/bookmark-divider">on GitHub</a>)</h1>
|
<h1 id="bookmark-divider">Bookmark Divider (<a href="https://github.com/LukaHarambasic/bookmark-divider">on GitHub</a>)</h1>
|
||||||
<p>A browser independent bookmark separator (Google Chrome, Firefox, Safari, Internet Explorer, Microsoft Edge). It works perfectly with light and dark themes due to its binary nature.</p>
|
<p>A browser independent bookmark separator (Google Chrome, Firefox, Safari, Internet Explorer, Microsoft Edge). It works perfectly with light and dark themes due to its binary nature.</p>
|
||||||
<p>You can clone this complex repository or just use the <a href="https://bookmark-divider.netlify.com/">hosted version on netlify</a>.</p>
|
<p>You can clone this complex repository or just use the <a href="https://bookmark-divider.netlify.com/">hosted version on netlify</a>.</p>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in New Issue