UNPKG

comelon

Version:

nicolive comment viewer on electron

26 lines (24 loc) 447 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>こめろん</title> <style> html, body { width: 100%; height: 100%; overflow: hidden; } body > div { height: 100%; overflow: scroll; -webkit-overflow-scrolling: touch; } </style> <script src='./bundle/js/main.js'></script> </head> <body> <div id='come'> </div> </body> </html>