We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff6a61 commit 6e5d83eCopy full SHA for 6e5d83e
1 file changed
examples/simple-app/server.js
@@ -4,7 +4,7 @@ const HTML = `<!DOCTYPE html>
4
<html lang="en">
5
<head>
6
<meta charset="UTF-8">
7
- <title>Test App</title>
+ <title>Test Demo App</title>
8
<style>
9
body { font-family: sans-serif; padding: 2rem; background: #f5f5f5; }
10
h1 { color: #333; }
@@ -43,7 +43,7 @@ const HTML = `<!DOCTYPE html>
43
<button class="close-btn" id="close-modal" aria-label="Close">×</button>
44
<h2>Virtual Try-On</h2>
45
<p>See how these headphones look on you using your camera.</p>
46
- <button id="start-tryon">Start Try-On</button>
+ <button id="start-tryon" style="background:#6366f1">Start Try-On</button>
47
</div>
48
49
0 commit comments