1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2026-03-31 14:50:24 +02:00

Added font awesome and more

This commit is contained in:
TheGreyDiamond
2020-11-22 20:38:10 +01:00
parent 11145b6fba
commit e0e504fa0c
1709 changed files with 135182 additions and 50 deletions

21
ui_templates/startUp.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Enlight - 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 id="current">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>