Adding app info to version information

This commit is contained in:
John Lyon-Smith
2018-02-26 12:56:41 -08:00
parent f8e930d59e
commit 37e989fa51
5 changed files with 30 additions and 11 deletions

View File

@@ -1,11 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<title>Deighton AR</title>
<title>%REACT_APP_TITLE%</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Hind" rel="stylesheet">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
</head>
<body style="margin: 0;">
<div id="root"></div>