-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
30 lines (30 loc) · 1.54 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<div class="row animate__animated animate__fadeIn">
<div class="container" style="margin-top: 10%;">
<div class="col l8 m12 s12 offset-l2">
<div class="card-panel grey lighten-5">
<div class="_app-name-container">SYSTEM DIAGNOSE</div>
<div>
<span class="_version-heading">Version:</span><span id="app-version" class="_version"></span>
<br>
<span class="_version-heading">Electron:</span><span id="electron-version" class="_version"></span>
<br>
<span class="_version-heading">Node:</span><span id="node-version" class="_version"></span>
<br>
<span class="_version-heading">V8:</span><span id="v8-version" class="_version"></span>
</div>
<div class="_btn-container">
<center>
<a id="source-code-btn" class="waves-effect waves-light btn-large blue-grey"><i
class="material-icons left">code</i>Source
Code</a>
<br><br>
<a id="github-btn" class="waves-effect waves-light btn-large blue-grey"><span
style="float: left; font-size: x-large;">
<ion-icon src="./icons/logo-github.svg"></ion-icon>
</span>GitHub</a>
</center>
</div>
</div>
</div>
</div>
</div>