Initial commit
Dieser Commit ist enthalten in:
20
frontend/index-electron.html
Normale Datei
20
frontend/index-electron.html
Normale Datei
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>SkillMate - Mitarbeiter-Skills-Management</title>
|
||||
<script>
|
||||
// Define process for Electron renderer
|
||||
window.process = {
|
||||
env: {},
|
||||
platform: 'win32'
|
||||
};
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren