Skip to content

Commit 0fab901

Browse files
committed
Create mes.html
1 parent aafea1d commit 0fab901

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

tests/mes.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
5+
<link rel='stylesheet' href='styles.css' />
6+
7+
<script type='text/javascript'>
8+
window.addEventListener('error', function (event) { alert(event.message + '\n' + event.filename); });
9+
</script>
10+
</head>
11+
12+
<body style="-webkit-app-region: drag; padding-top: 0px; margin-top: 0; margin-right: 0; margin-left: 0; overflow: hidden;">
13+
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)