mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
14 lines
191 B
HTML
14 lines
191 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>test</title>
|
|
<script>
|
|
console.log(typeof process)
|
|
</script>
|
|
</head>
|
|
<body>
|
|
test?
|
|
</body>
|
|
</html>
|