Skip to content

Instantly share code, notes, and snippets.

@disinfeqt
Last active May 20, 2022 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save disinfeqt/5d900e95c506016a317003e73061ea13 to your computer and use it in GitHub Desktop.
Save disinfeqt/5d900e95c506016a317003e73061ea13 to your computer and use it in GitHub Desktop.
Use Dropshare to preview app icons
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" href="__PREVIEWURL__" />
<meta property="og:type" content="website" />
<meta property="og:title" content="__FILENAME__" />
<meta property="og:image" content="__PREVIEWURL__" />
<title>__FILENAME__</title>
<style>
.container {
margin: 10px auto;
text-align: center;
}
img {
max-width: 100%;
max-height: 80vh;
}
</style>
</head>
<body>
<div class="container">
<h1>__FILENAME__</h1>
__PREVIEW__
<p>点击分享按钮,然后添加到主屏幕</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment