-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmanager.html
More file actions
36 lines (34 loc) · 1.31 KB
/
Copy pathmanager.html
File metadata and controls
36 lines (34 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<title>TabFolder!</title>
<meta charset="utf-8">
<link rel="stylesheet" media="all" href="page.css" type="text/css" />
<script src="src/jquery.js"></script>
<script src="src/donnees.js"></script>
<script src="src/browser.js"></script>
<script src="src/stockage.js"></script>
<script src="src/recuperation.js"></script>
<script src="src/manipulation.js"></script>
<script src="src/drag_and_drop.js"></script>
<script src="src/script.js"></script>
<script src="src/buttons.js"></script>
</head>
<body>
<header>
<div id="help">
<img src="img/help.png" alt="help" height="20" />
<div id="help_hidden">
<p>Some indication to use this extention :</p>
<p>You just have to drag and drop links into groups.<br />
I hope you will enjoy it.</p>
<p>Sorry, I don't have the time to developp this extention anymore but you can still use the source code or fork the project at:<br /><a href="https://github.com/Conchylicultor/TabsFolder">https://github.com/Conchylicultor/TabsFolder</a></p>
</div>
</div>
<button type="button" id="create_group" >Create a group</button>
<p>You can manage your tabs from this page :<span id="nb_onglets"></span></p>
</header>
<div id="list_groups">
</div>
</body>
</html>