summaryrefslogtreecommitdiff
path: root/action_popup/action_popup.html
blob: 720b4ec02a6e12ab5c5726b1f71e90894ab48638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>