Skip to content

Instantly share code, notes, and snippets.

@leegeunhyeok
Created June 29, 2020 16:30
Show Gist options
  • Save leegeunhyeok/acbd5b6921065f0d997c79b78b51a136 to your computer and use it in GitHub Desktop.
Save leegeunhyeok/acbd5b6921065f0d997c79b78b51a136 to your computer and use it in GitHub Desktop.
WWDC20 - Safari 14 Web Extension
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="popup.css">
<script type="module" src="popup.js"></script>
</head>
<body>
<strong>Apple Symbol</strong>
<span></span>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment