1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-07-17 20:33:48 +02:00
Files
Enlight/ui_templates/startUp.ejs
2020-11-22 01:16:08 +01:00

21 lines
682 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Starting</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<link href="static/default.css" rel="stylesheet"/>
</head>
<body>
<center>
<img src="static/icon.png" alt="Logo" height="40px"></img>
<h1>Enlight </h1></center>
<h3>Starting...</h3>
<small style="padding: 1px; margin: 0px;">
We are using node <script>document.write(process.versions.node)</script>,
Chrome <script>document.write(process.versions.chrome)</script>,
and Electron <script>document.write(process.versions.electron)</script>.
</small>
</body>
</html>