Created
June 29, 2020 16:30
-
-
Save leegeunhyeok/acbd5b6921065f0d997c79b78b51a136 to your computer and use it in GitHub Desktop.
WWDC20 - Safari 14 Web Extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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