film-exif/public/index.html

18 lines
483 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">
2018-04-27 15:04:56 -04: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>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
</body>
2018-03-29 16:28:14 -04:00
</html>