|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
|
|
|
<title>Gitmoji Lite</title>
|
|
|
|
|
<link rel="icon" href="https://raw.githubusercontent.com/carloscuesta/gitmoji/master/public/static/favicon.ico">
|
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/destyle.css@2.0.2/destyle.css">
|
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/destyle.css@2.0.2/destyle.css">
|
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato:wght@400;900">
|
|
|
|
|
<!--suppress CssUnusedSymbol -->
|
|
|
|
|
<style>
|
|
|
|
@ -276,7 +276,7 @@
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<script>module = {}</script>
|
|
|
|
|
<script defer src="https://unpkg.com/fast-dice-coefficient@1.0.3/dice.js"></script>
|
|
|
|
|
<script defer src="https://cdn.jsdelivr.net/npm/fast-dice-coefficient@1.0.3/dice.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
const copyToClipboard = text => {
|
|
|
|
|
const el = document.createElement('textarea');
|
|
|
|
|