-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 806 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (26 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512'><text y='390' font-size='372'>🎨</text></svg>"
rel="icon"
type="image/svg+xml">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>EmojiPaint</title>
<style>
.github-corner {
position: absolute;
inset: auto 0 0 auto;
clip-path: polygon(0 0, 100% 0, 100% 100%);
transform: scaleY(-1);
}
</style>
</head>
<body>
<object class="github-corner" data="assets/github-corner.svg" type="image/svg+xml"></object>
<div id="emojiPaint" class="emoji-paint__container--borderless"></div>
<script src="/main.mjs" type="module"></script>
</body>
</html>