71046216ce
Setup dev tools to build GUI using ReasonML + Electron Use react-scripts instead of custom build config Add electron command Rename command
15 lines
300 B
HTML
15 lines
300 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
|
|
<title>Cameradar</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="index"></div>
|
|
</body>
|
|
|
|
</html> |