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

13 lines
308 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" />
2019-07-07 23:53:07 +02:00
</head>
<body>
<div id="root"></div>
<script src="./index.js"></script>
</body>
</html>