summaryrefslogtreecommitdiff
path: root/assets/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'assets/about.html')
-rw-r--r--assets/about.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/about.html b/assets/about.html
new file mode 100644
index 0000000..eb635e1
--- /dev/null
+++ b/assets/about.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+ <html>
+ <head>
+ <meta charset="UTF-8">
+ <title>About</title>
+ </head>
+ <body>
+ <h1>Versions</h1>
+ <table>
+ <tr>
+ <td>Node.js</td>
+ <td><script>document.write(process.versions.node)</script></td>
+ </tr>
+ <tr>
+ <td>Chrome</td>
+ <td><script>document.write(process.versions.chrome)</script></td>
+ </tr>
+ <tr>
+ <td>Electron</td>
+ <td><script>document.write(process.versions.electron)</script></td>
+ </tr>
+ </table>
+ </body>
+ </html>