diff options
Diffstat (limited to 'gfx/wr/debugger/index.html')
-rw-r--r-- | gfx/wr/debugger/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gfx/wr/debugger/index.html b/gfx/wr/debugger/index.html new file mode 100644 index 0000000000..5ac80cebb2 --- /dev/null +++ b/gfx/wr/debugger/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>WebRender Debugger</title> + </head> + <body> + <div id="app"></div> + <script src="dist/build.js"></script> + </body> +</html> |