blob: ce00fae97b16f3a3bb0ea37f5b7545d3c8bea379 (
plain)
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>DJ TAKO</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="DJ TAKO - Soundcloud & Instagram">
<link rel="stylesheet" href="/style.css">
<link rel="icon" href="/favicon.png">
</head>
<body>
<img class="logo" src="/tako.jpg" alt="DJ TAKO">
<div class="links">
<a href="http://soundcloud.com/takothedj">
<img src="soundcloud-brands.svg">
</a>
<a href="http://instagram.com/takothedj">
<img src="instagram-brands.svg">
</a>
</div>
</body>
</html>
|