Started a basic Electron app project; adding simple LDAP binding functionality

This commit is contained in:
2022-05-21 17:01:08 -04:00
parent 1dff60594f
commit 88c00043b7
12 changed files with 2181 additions and 48 deletions

5
styles/archon.css Normal file
View File

@ -0,0 +1,5 @@
/* styles.css */
body{
background: pink;
}