diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-27 15:33:32 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-27 15:33:32 -0500 |
| commit | 09f0bebe4ac64250769297ccf64c33217b8db66a (patch) | |
| tree | 5e0d1869b831aafcb027504a2f5ce31f18821f7c /deploy/debug | |
| parent | 3ff149e05a76fa0a0ace32a1b0c9876c4850aa2a (diff) | |
Fixes for context menu stuff
Diffstat (limited to 'deploy/debug')
| -rw-r--r-- | deploy/debug/test.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/deploy/debug/test.html b/deploy/debug/test.html new file mode 100644 index 000000000..58febbc81 --- /dev/null +++ b/deploy/debug/test.html @@ -0,0 +1,13 @@ +<html> + +<head> + <title>Test view</title> + <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet"> +</head> + +<body> + <div id="root"></div> + <script src="../test.js"></script> +</body> + +</html>
\ No newline at end of file |
