You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
729 B
21 lines
729 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Awesome Prompts</title>
|
|
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" href="skeleton.css">
|
|
|
|
</head>
|
|
<body>
|
|
<h2>Awesome Prompts!</h2>
|
|
<label for="exampleRecipientInput">Choose the prompt</label>
|
|
<select class="u-full-width" id="prompt-select"></select>
|
|
<button class="button-primary" id="select-button">Select</button>
|
|
<div class="row"><a href="https://www.flaticon.com/free-icons/write" title="write icons">Write icons created by Freepik - Flaticon</a></div>
|
|
<script src="./papaparse.min.js"></script>
|
|
<script src="./popup.js"></script>
|
|
</body>
|
|
|
|
</html>
|
|
|