diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..ce00fae --- /dev/null +++ b/index.html @@ -0,0 +1,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> |
