-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
36 lines (32 loc) · 1.31 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
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link id="uiCSS" rel="stylesheet" href="./ui.css">
<title>About AudioMoth GPS Sync App</title>
</head>
<body style="text-align: center; -webkit-user-select: none; -webkit-app-region: drag;">
<div class="container" style="text-align: center;">
<div class="row" style="margin-top: 5%; margin-bottom: 5%;">
<div class="col-lg-12">
<img src="icon-256.png" width="128px" height="128px">
</div>
</div>
<div class="row" style="font-weight: bold; ">
<div class="col-lg-12">AudioMoth GPS Sync App</div>
</div>
<div class="row">
<div class="col-lg-12" id="version-display">Version 1.0</div>
</div>
<div class="row">
<div class="col-lg-12" id="electron-version-display">Running on Electron version 1.0</div>
</div>
<div class="row">
<div class="col-lg-12">
<a href id="website-link">www.openacousticdevices.info</a>
</div>
</div>
</div>
</body>
<script src="about.js" charset="utf-8"></script>
</html>