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:
23680a76d5794de3420f4336e4fae78b26c20c7f
Branches
master
Tags
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 ( 1kB ) 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"> <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 onload="p3xreRun()" id="p3x-redis-ui"> <!--- webprefrences all lowercase --> <webview id="p3xre-redis-ui-electron" nodeintegration webpreferences="contextisolation=no,nativeWindowOpen=true" allowpopups></webview> </body> </html>