mirror of
https://github.com/TheGreyDiamond/open360viewer.git
synced 2026-03-31 19:30:24 +02:00
First working state
This commit is contained in:
23
ui_templates/about.html
Normal file
23
ui_templates/about.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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"/>
|
||||
<link href="../static/fontawesome-free-5.15.1-web/css/all.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="">
|
||||
<center>
|
||||
|
||||
<!--<img src="static/icon.png" alt="Logo" height="40px"></img>-->
|
||||
<h1>360 Viewer </h1></center>
|
||||
<h3 id="current">1.0.0</h3>
|
||||
<h4>Made by TheGreydiamond.</h4>
|
||||
<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>
|
||||
Reference in New Issue
Block a user