Skip to content

Instantly share code, notes, and snippets.

@rusco
Created May 13, 2024 08:17
Show Gist options
  • Save rusco/4c6d3cded12ed1dea9c4b1b41f59f9db to your computer and use it in GitHub Desktop.
Save rusco/4c6d3cded12ed1dea9c4b1b41f59f9db to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<title>SVG Email Protection</title>
<style>
.svg-email-protection {
width: 180px;
height: 24px;
vertical-align: middle;
}
</style>
</head>
<body>
<p>This is my email: <object class="svg-email-protection" data="svg-email-protection.svg" type="image/svg+xml"></object></p>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment