1
Fork 0
photoview/ui/src/index.html

19 lines
618 B
HTML
Raw Normal View History

2019-07-07 23:53:07 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2020-05-10 19:19:22 +02:00
<link rel="manifest" href="./manifest.webmanifest" />
2020-05-12 12:09:55 +02:00
<!-- Apple touch devices -->
<link rel="apple-touch-icon" href="./assets/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Photoview" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="white" />
2019-07-07 23:53:07 +02:00
</head>
<body>
<div id="root"></div>
<script src="/index.js"></script>
2019-07-07 23:53:07 +02:00
</body>
</html>