-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.06 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML>
<html>
<head>
<title> Mix Mob Collective </title>
<link rel="icon" href="favicon.ico"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<meta property="og:site_name" content="Mix Mob">
<meta property="og:title" content="Mix Mob">
<meta property="og:description" content="Grand frequencies.">
<meta property="og:url" content="http://mixmob.co">
<meta property="og:image" content="http://mixmob.co/assets/images/mm.jpg">
</head>
<body>
<div class="social">
<a class="twitter" href="http://twitter.com/mixmobco"><i class="fa fa-twitter fa-2x"></i></a>
<a class="soundcloud" href="http://soundcloud.com/mix-mob"><i class="fa fa-soundcloud fa-2x"></i></a>
<a class="facebook" href="https://www.facebook.com/mixmobco"><i class="fa fa-facebook fa-2x"></i></a>
</div>
</body>
</html>