-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-iframe.html
More file actions
21 lines (20 loc) · 872 Bytes
/
test-iframe.html
File metadata and controls
21 lines (20 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Emoji Censor tests — iframe</title>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans&subset=devanagari" rel="stylesheet">
<style>
body {
font-family: 'Noto Sans', sans-serif;
}
</style>
</head>
<body>
<h3>This is inside an iframe</h3>
<h3>✂ Copy and 📋 Paste Emoji 👍 No apps required</h3>
<p>Emojis are supported on iOS, Android, macOS, Windows, and Linux. Copy and paste emojis to use on Twitter, Facebook, Slack, Instagram, Snapchat, Tumblr and more. Use Emoji Classic for older systems. ⤵️ Jump to:</p>
<p>😃💁 People • 🐻🌻 Animals • 🍔🍹 Food • 🎷⚽️ Activities • 🚘🌇 Travel • 💡🎉 Objects • 💖🔣 Symbols • 🎌🏳️🌈 Flags</p>
<cite>—<a href="http://getemoji.com/">getemoji.com</a></cite>
</body>
</html>