rename test.html to index.html, add UTF-8 meta tag to index.html
This commit is contained in:
@ -17,7 +17,7 @@ from .util import (
|
||||
)
|
||||
|
||||
current_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
INDEX = os.path.join(current_dir, 'js', 'test.html')
|
||||
INDEX = os.path.join(current_dir, 'js', 'index.html')
|
||||
|
||||
|
||||
class Window:
|
||||
|
||||
Reference in New Issue
Block a user