You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CUSTOMIZING-UI.md
+13
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,19 @@ The `web/` directory in the project root is mounted as a static path in the appl
24
24
25
25
You can put your images in the `web/images` directory. They can be accessed in the application as `/images/`. For example, the file `web/images/opentok-logo.png` can be accessed in the browser as `/images/opentok-logo.png`.
26
26
27
+
## Changing the app name, intro text, and Help links
28
+
29
+
See the [Configuration options](README.md#configuration-options) section in the main README file.
Edit the view file [`views/index.ejs`](views/index.ejs) and change the images and text in the `<body>` section. You can also change the text in the `<title>` tag.
0 commit comments