film-exif/public/index.html

19 lines
524 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>
2018-06-06 09:57:40 -04:00
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
2019-01-11 16:32:52 -05:00
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/css/bootstrap.css" />
<link rel="stylesheet" href="/css/app.css" />
2018-04-03 15:19:45 -04:00
<title>Inferno App</title>
</head>
<body>
<film-exif id="app"></film-exif>
2019-01-11 16:32:52 -05:00
<script src="/bundle.js"></script>
2018-04-03 15:19:45 -04:00
<noscript>
You need to enable JavaScript to run this app.
</noscript>
</body>
2018-03-29 16:28:14 -04:00
</html>