Works
This commit is contained in:
14
app.html
Normal file
14
app.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Test Chrome App</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Chrome App Test</h1>
|
||||
<p>If you see this, the Chrome App loaded successfully!</p>
|
||||
<p>Check the console for TCP server status.</p>
|
||||
<script>
|
||||
console.log('App window loaded');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user