13 lines
574 B
HTML
13 lines
574 B
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<title>Pup</title>
|
|
<meta name="description" content="A description for the application.">
|
|
<meta name="viewport" content="initial-scale=1, minimal-ui, maximum-scale=1, minimum-scale=1" />
|
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
|
|
<link rel="shortcut icon" type="image/png" href="/favicon.png?v1" sizes="16x16 32x32 64x64">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-precomposed.png">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="react-root"></div>
|
|
</body>
|