Skip to content

Instantly share code, notes, and snippets.

View jaikt's full-sized avatar
🏖️
w.vacations

Jai Krishna Tavva jaikt

🏖️
w.vacations
View GitHub Profile
@Armster15
Armster15 / TwemojiTutorial.html
Last active September 3, 2023 05:15
A simple HTML example on how to use Twemojis in your website!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Twemoji Tutorial</title>
<!-- This retrieves the latest Twemoji script -->
<script src="https://twemoji.maxcdn.com/v/latest/twemoji.min.js" crossorigin="anonymous"></script>