film-exif/public/index.html

18 lines
519 B
HTML
Raw Normal View History

2018-03-29 16:28:14 -04:00
<!DOCTYPE html>
<html lang="en">
2018-04-03 15:19:45 -04:00
<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" />
2018-04-04 09:32:18 -04:00
<link rel="stylesheet" href="%PUBLIC_URL%/css/bootstrap.css" />
2018-04-03 15:19:45 -04:00
<link rel="stylesheet" href="%PUBLIC_URL%/css/app.css" />
<title>Inferno App</title>
</head>
<body>
<film-exif id="app"></film-exif>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
</body>
2018-03-29 16:28:14 -04:00
</html>