-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sebastian
committed
Oct 13, 2017
1 parent
252e4c1
commit f3b8522
Showing
7 changed files
with
92 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Sidebar</title> | ||
<link rel="stylesheet" href="../css/sidebar.css"> | ||
</head> | ||
|
||
<body> | ||
<input type="search" id="search" placeholder="Search"/> | ||
<ul id="pins"><li id="templateli"><a href="" class="pinlink"></a></li></ul> | ||
<div id="noapikey" class="hidden"> | ||
<h1>Your API key is missing.</h1> | ||
<p>Go to the | ||
<a class="optionslink" id="optionspage" href="#">options</a> to set your API key.</p> | ||
</div> | ||
<input type="search" id="search" placeholder="Search" /> | ||
<ul id="pins"> | ||
<li id="templateli"> | ||
<a href="" class="pinlink"></a> | ||
</li> | ||
</ul> | ||
<script src="../vendor/webextension-polyfill/browser-polyfill.min.js"></script> | ||
<script src="../js/pin.js"></script> | ||
<script src="../js/pins.js"></script> | ||
<script src="../js/options.js"></script> | ||
<script src="../js/sidebar.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters