-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (39 loc) · 1.75 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
<!doctype html>
<title>IndieWeb Building Blocks for Mobile Communication CSS</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0,">
<div class="indieweb-contact">
<h2>Contact</h2>
<ol>
<li><a href="sms:[email protected]">
<img src="http://media.idownloadblog.com/wp-content/uploads/2013/06/Messages-icon-iOS-7.png" width="60" height="60"
alt=""/>
txt message
</a></li>
<li><a href="fb-messenger://user-thread/4">
<img src="http://a1.mzstatic.com/us/r30/Purple/v4/f1/78/4d/f1784dfc-4fde-c050-fb09-e7ca857fcc08/mzl.kboatkno.350x350-75.jpg" width="60" height="60"
alt=""/>
<abbr title="Facebook">FB</abbr> message
</a></li>
<li><a href="aim:goim?screenname=tantekc&message=hi">
<img src="http://a4.mzstatic.com/us/r30/Purple6/v4/f4/5f/67/f45f676c-cc79-1eba-c910-7bfead9e92ea/mzl.agcbnvdg.350x350-75.jpg" width="60" height="60"
alt=""/>
AIM chat
</a></li>
<li><a href="facetime:[email protected]">
<img src="http://www.downloadios7.org/wp-content/uploads/apple_facetime_ios_7_logo.png" width="60" height="60"
alt=""/>
FaceTime call
</a></li>
<li><a href="skype:echo123?call">
<img src="http://a4.mzstatic.com/us/r30/Purple/v4/f7/64/47/f76447e6-460c-5a25-3030-eec67e9dd775/mzl.atbvkciq.350x350-75.jpg" width="60" height="60"
alt=""/>
Skype call
</a></li>
<li><a href="https://mobile.twitter.com/t/messages">
<img src="http://a2.mzstatic.com/us/r30/Purple4/v4/45/2a/6c/452a6ce3-8514-d1fc-8beb-53d9b1c4cfee/mzl.xpibyegh.350x350-75.jpg" width="60" height="60"
alt=""/>
Twitter DM
</a></li>
</ol>
</div>