summaryrefslogtreecommitdiff
path: root/action_popup/action_popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'action_popup/action_popup.html')
-rw-r--r--action_popup/action_popup.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/action_popup/action_popup.html b/action_popup/action_popup.html
new file mode 100644
index 0000000..720b4ec
--- /dev/null
+++ b/action_popup/action_popup.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <link rel="stylesheet" href="choose_beast.css"/>
+ </head>
+ <body>
+ <header class="panel-section panel-section-header">
+ <!--<div class="icon-section-header">[insert image here]</div>-->
+ <div class="text-section-header">YorkU Web Helper</div>
+ </header>
+ <div class="panel-section panel-section-list">
+ <div id="course-query-link" class="panel-list-item">
+ <div class="text">Course Query</div>
+ </div>
+ </div>
+ <script src="action_popup.js"></script>
+ </body>
+</html>