Files
photoview/ui/src/index.html
viktorstrate f6debc151c Update esbuild
2021-05-12 14:34:03 +02:00

20 lines
671 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="/manifest.json" />
<link rel="stylesheet" href="/index.css" />
<!-- 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" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/index.js"></script>
</body>
</html>