UNPKG

vue-photoswipe

Version:
21 lines (20 loc) 569 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>PhotoSwipe</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-touch-fullscreen" content="yes"> <meta name="format-detection" content="telephone=no, email=no"> <style> body { height: 100%; } </style> </head> <body> <div id="app"></div> </body> </html>