-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
52 lines (41 loc) · 2.18 KB
/
index.html
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from cone.app/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 29 Apr 2022 03:28:28 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<title>UnicornDev</title>
<meta name="description" content="Cone is a delightful and easy to use color picker for the real world.">
<meta property="og:title" content="Cone - Live Color Picker">
<meta property="og:description" content="Cone is a delightful and easy to use color picker for the real world.">
<meta property="og:image" content="images/thumbnail.jpg">
<meta property="og:url" content="index.html">
<meta name="twitter:card" content="summary_large_image">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/png" href="https://avatars.githubusercontent.com/u/78803355?s=200&v=4" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96564740-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="wrapper">
<div class="top-section">
<div class="top-section__middle">
<img class="icon" src="https://avatars.githubusercontent.com/u/78803355?s=200&v=4" alt="" height="100">
<h1 class="app-name">UnicornDev</h1>
<a title="Download for iPhone" class="button download-button" rel="noopener" href="https://github.com/Unicorn-Dev-Community" target="_blank">We Welcomes You !</a>
</div>
</div>
</div>
<script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="js/ntc.js"></script>
<script src="js/clipboard.min.js"></script>
<script src="js/main.js"></script>
</body>
<!-- Mirrored from cone.app/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 29 Apr 2022 03:28:49 GMT -->
</html>