P3X GitList Demo
GitHub
Repo
Changelog
To do
Releases
Themes
Language
Afrikaans
العربية
বাংলা
Català
Čeština
Dansk
Deutsch
Ελληνικά
English
Español
Suomi
Français
עברית
Magyar
Italiano
日本語
한국어
Nederlands
Norsk
Polski
Português
Română
Русский
Српски
Svenska
Türkçe
Українська
Tiếng Việt
中文
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
94dabe50e8b635483bf5d729cfb032ff74cbb7f7
Branches
master
Tags
v2026.4.348
v2026.4.346
v2026.4.344
v2026.4.342
v2026.4.340
v2026.4.337
v2026.4.336
v2026.4.335
v2026.4.334
v2026.4.333
v2026.4.332
v2026.4.331
v2026.4.330
v2026.4.329
v2026.4.328
v2026.4.326
v2026.4.325
v2026.4.324
v2026.4.323
v2026.4.322
v2026.4.321
v2026.4.319
v2026.4.318
v2026.4.316
v2026.4.315
v2026.4.314
v2026.4.313
v2026.4.312
v2026.4.311
v2026.4.310
v2026.4.308
v2026.4.307
v2026.4.306
v2026.4.305
v2026.4.304
v2026.4.303
v2026.4.302
v2026.4.200
v2026.4.125
v2026.4.124
Files
Commits
Log
Graph
Stats
redis-ui.git
src
electron
window
main
index.html
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Delete
Are you sure to delete this file?
Editor
Raw
Blame
History
HTML code
Clone
SSH
HTTPS
This file ( 2kB ) exceeds the allowed full mode (48 kb) size. The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height mode, although some users like it.
src/electron/window/main/index.html
<html> <head> <title></title> <meta content=""> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self' data:; connect-src 'self' http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*; child-src 'self' http://localhost:* http://127.0.0.1:*; object-src 'none'; base-uri 'self'; form-action 'none'"> <link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/300.css"/> <link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/400.css"/> <link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/400-italic.css"/> <link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/500.css"/> <link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/700.css"/> <link rel="stylesheet" href="../../../../node_modules/angular/angular-csp.css"> <link rel="stylesheet" href="../../../../node_modules/angular-material/angular-material.css"> <link rel="icon" type="image/png" href="../../images/128x128.png"/> <link rel="stylesheet" type="text/css" href="./css/style.css"> <!-- last --> <script type="text/javascript" src="./onload.js"></script> </head> <body id="p3x-redis-ui"> <div id="p3xre-loading-overlay" aria-hidden="true"> <span class="p3xre-spinner" aria-hidden="true"></span> </div> <!--- webprefrences all lowercase --> <webview id="p3xre-redis-ui-electron" src="./webview-placeholder.html" nodeintegration webpreferences="contextisolation=no,nativeWindowOpen=true"></webview> </body> </html>