diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2018-07-30 03:39:04 -0400 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2018-07-30 03:39:23 -0400 |
| commit | 923650e69991aa3f615900e0a36d8723231375ba (patch) | |
| tree | 8b20e842ecd2777881e1ce1f91ee8b740c26d1f9 /index.html | |
Initial commit
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> |
