Files
deighton-ar/website/public/index.html
2018-02-26 12:56:41 -08:00

14 lines
404 B
HTML

<!doctype html>
<html lang="en">
<head>
<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.ico">
</head>
<body style="margin: 0;">
<div id="root"></div>
</body>
</html>