Initial commit
This commit is contained in:
18
popup/choose_url.html
Normal file
18
popup/choose_url.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="choose_url.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="popup-content">
|
||||
<div id="local" class="button" data-url="">Local</div>
|
||||
<div id="test" class="button" data-url="">Test</div>
|
||||
<div id="prod" class="button" data-url="">Production</div>
|
||||
</div>
|
||||
<script src="choose_url.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user