UNPKG

vue-masonry-gallery

Version:
27 lines (24 loc) 1.25 kB
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no"> <link rel="shortcut icon" href="static/img/icons/favicon.png"> <!-- Manifest Icons list --> <link rel="apple-touch-icon" sizes="180x180" href="static/img/icons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="static/img/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="static/img/icons/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="192x192" href="static/img/icons/android-chrome-192x192.png"> <link rel="icon" type="image/png" sizes="512x512" href="static/img/icons/android-chrome-512x512.png"> <link rel="icon" type="image/png" sizes="144x144" href="static/img/icons/mstile-144x144.png"> <link rel="icon" type="image/png" sizes="115x150" href="static/img/icons/mstile-150x150.png"> <link rel="icon" type="image/png" sizes="310x310" href="static/img/icons/mstile-310x150.png"> <link rel="mask-icon" href="static/img/icons/favicon.svg" color="#5bbad5"> <title>Vue Masonry Gallery</title> </head> <body> <div id="app"> </div> <!-- built files will be auto injected --> </body> </html>