summaryrefslogtreecommitdiff
path: root/electron/src/index.html
blob: 1eb6fbabfd207d1b8dabecae50f66f86de23cf5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!--

  Authors: see git history

  Copyright (c) 2010 Authors
  Licensed under the GNU GPL version 3.0 or later.  See the file LICENSE for details.

-->
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
  </head>
  <body>
    <div id="app"></div>
  </body>
</html>
<script>
global = globalThis
</script>