neofunkin/src/webroot/screens/mainmenu/test.html

10 lines
229 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Electron</title>
</head>
<body>
<h1>Hello, World!</h1>
<button onclick="fetch('/eval', { headers: { 'x-code': 'process.nfenv.crash(`simulated`);' } });">Crash</button>
</body>
</html>