diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-03-02 17:07:01 -0500 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-03-02 17:07:01 -0500 |
| commit | b30d129dfd0f7c4a462a0af1dde13a9a0d1699fc (patch) | |
| tree | 874a5434c004124835c6b02d7ef5a0058240d8c0 /deploy/debug | |
| parent | 3b60e04d22f438b81de9e5ce8707e9bbd4a82d0c (diff) | |
| parent | bde8aabad7e5745b4797e73b564e4efb19faeca9 (diff) | |
mer con
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 |
