mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
13 lines
220 B
HTML
13 lines
220 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Hello World!</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hello World!</h1>
|
|
<script>
|
|
// require('nw.gui').Window.get().showDevTools();
|
|
|
|
</script>
|
|
</body>
|
|
</html> |