0xedward / dom-visualizer

Visualize the DOM tree created by your browser for any HTML input
https://0xedward.github.io/dom-visualizer/
4 stars 1 forks source link

Create placeholder view for DOM Visualizer #1

Closed 0xedward closed 3 years ago

0xedward commented 3 years ago

The intention of this PR is to create a temporary view to accept user input.

The plan is to use the placeholder view while we build the HTML parser and DOM Tree visualization, then clean up the inline CSS and JS and place the code into separate css and js files respectively.