-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
47 lines (38 loc) · 1.47 KB
/
404.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
<!DOCTYPE>
<html lang="en">
<head>
<title>DKon</title>
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<div class="page">
<img src="images/phones.png" class="product-photo" alt="">
<div class="content">
<h1><img src="images/brand.png" alt="Dkon"></h1>
<div class="main" role="main">
<h2>Capture and Share<br> the World's Moments</h2>
<p>Dkon is a <b>fast</b>, <b>beautiful</b> and <b>fun</b> way to share your life with friends and family.</p>
<p>Take a picture or video, choose a filter to transform its look and feel, then post to Dkon — it's that easy. You can even share to Facebook, Twitter, Tumblr and more. It's a new way to see the world.</p>
<p>Oh yeah, did we mention it's free?</p>
<!--a href="#">
<img src="images/badge-iphone.png" alt="Download on the App Store.">
</a-->
<a href="https://dkon.app/dev/last_version/dkon.apk" target="_blank">
<img src="images/badge-android.png" alt="Get it on Android .APK APP.">
</a>
</div>
</div>
<ul class="footer" role="contentinfo">
<!--li><a href="#">About Us</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">API</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Terms</a></li-->
<li>© 2024 Dkon</li>
</ul>
</div>
</body>
</html>