diff options
| author | s1n <[email protected]> | 2020-03-04 01:58:07 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-04 01:58:07 -0800 |
| commit | b1df5a6c1cd87016797a0582875ad6bd315010ff (patch) | |
| tree | cd3f6aadf7568819a70c7661f4d1d3ad63fe2d07 /made-with-love/index.html | |
| download | html-examples-master.tar.xz html-examples-master.zip | |
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 |