View gist:c91266dec0b04688d4b05011e6aea140
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"type":4,"data":{"href":"https://app.ziteboard.com/","width":1600,"height":900},"timestamp":1647195010983},{"type":2,"data":{"node":{"type":0,"childNodes":[{"type":1,"name":"html","publicId":"","systemId":"","id":2},{"type":2,"tagName":"html","attributes":{"lang":"en","class":"windows desktop landscape wf-loading","style":"background-color: transparent; background-size: auto; background-image: none; position: absolute;"},"childNodes":[{"type":2,"tagName":"head","attributes":{},"childNodes":[{"type":3,"textContent":"\n","id":5},{"type":2,"tagName":"title","attributes":{},"childNodes":[{"type":3,"textContent":"Ziteboard","id":7}],"id":6},{"type":3,"textContent":"\n","id":8},{"type":2,"tagName":"meta","attributes":{"charset":"utf-8","name":"viewport","content":"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"},"childNodes":[],"id":9},{"type":3,"textContent":"\n","id":10},{"type":2,"tagName":"meta","attributes":{"name":"apple-mobile-web-app-capable","content":"yes"},"child |
View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="outer-nav-control" data-icon="hamburger"> | |
<div id="nav-control" class="transition"> | |
<div id="bar-1" class="hamburger-line transition"></div> | |
<div id="bar-2" class="hamburger-line transition"></div> | |
<div id="bar-3" class="hamburger-line transition"></div> | |
<div id="bar-4" class="hamburger-line transition"></div> | |
</div> | |
</div> |