summaryrefslogtreecommitdiff
path: root/made-with-love
diff options
context:
space:
mode:
Diffstat (limited to 'made-with-love')
-rw-r--r--made-with-love/css/main.css7
-rw-r--r--made-with-love/index.html15
2 files changed, 22 insertions, 0 deletions
diff --git a/made-with-love/css/main.css b/made-with-love/css/main.css
new file mode 100644
index 0000000..af26ded
--- /dev/null
+++ b/made-with-love/css/main.css
@@ -0,0 +1,7 @@
+.footer{
+ position: fixed;
+ text-align: center;
+ bottom: 0px;
+ width: 100%;
+ left: 0%;
+} \ No newline at end of file
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