diff options
author | Jamie Kyle <me@thejameskyle.com> | 2019-05-01 22:17:21 +0300 |
---|---|---|
committer | Jamie Kyle <me@thejameskyle.com> | 2019-05-02 03:45:10 +0300 |
commit | 436fe821b81675f1aa6d03c30dc3a3604f8d2781 (patch) | |
tree | bc750c1728f90ef75f4b266c25b3ee6707c1bb18 /example/index.html |
init commit
Diffstat (limited to 'example/index.html')
-rw-r--r-- | example/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/example/index.html b/example/index.html new file mode 100644 index 0000000..c3bc2f0 --- /dev/null +++ b/example/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> + <title>Document</title> + </head> + <body> + <div id="root"></div> + <script src="./index.tsx"></script> + </body> +</html> |