diff options
Diffstat (limited to 'made-with-love/index.html')
| -rw-r--r-- | made-with-love/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/made-with-love/index.html b/made-with-love/index.html new file mode 100644 index 0000000..0693d41 --- /dev/null +++ b/made-with-love/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>Made with Love</title>
+ <link rel="stylesheet" href="css/main.css">
+</head>
+<body>
+
+ <div class="footer"><link rel="stylesheet" type="text/css" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" />Made with <i class="icon ion-heart"></i> by <a href='https://twitter.com/9inny' target='_blank' rel='noopener noreferrer'>sin</a></div>
+
+</body>
+</html>
\ No newline at end of file |