diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 19:10:40 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 19:10:40 +0530 |
| commit | 23f9ccd2b61d7f131debce495d9677e2936f7716 (patch) | |
| tree | 7d8273cb277e31100eb8a932e1bcda35b590ef57 | |
| parent | 61ae13db39cb1db9cbea9bf21f595288765c0e29 (diff) | |
| download | minionlivesmatter-23f9ccd2b61d7f131debce495d9677e2936f7716.tar.gz minionlivesmatter-23f9ccd2b61d7f131debce495d9677e2936f7716.zip | |
logo added. Also added snippet to try out Ads
| -rwxr-xr-x | templates/assets/images/logo-blue.png | bin | 0 -> 94155 bytes | |||
| -rw-r--r-- | templates/index.html | 23 |
2 files changed, 20 insertions, 3 deletions
diff --git a/templates/assets/images/logo-blue.png b/templates/assets/images/logo-blue.png Binary files differnew file mode 100755 index 0000000..4fc8de9 --- /dev/null +++ b/templates/assets/images/logo-blue.png diff --git a/templates/index.html b/templates/index.html index 07e0059..7c0d051 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <link rel="icon" type="image/png" href=""> + <link rel="icon" type="image/png" href="assets/images/logo-blue.png"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Vainsocial Fun - Minion Lives Matter</title> @@ -23,6 +23,7 @@ margin-bottom: 70px; } </style> + </head> <body> @@ -203,9 +204,25 @@ </div> +<!-- <div class="card-box col-md-4 col-sm-6"> + <div class="card text-center" data-background="image" data-src=""> + <h4 class="title title-modern"></h4> + + <div class="content"> + <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> + <ins class="adsbygoogle" + style="display:block" + data-ad-client="ca-pub-9871110491651790" + data-ad-slot="9492091157" + data-ad-format="auto"></ins> + <script> + (adsbygoogle = window.adsbygoogle || []).push({}); + </script> - - + <div class="filter"></div> + </div> <!-- end card --> + </div> + --> </div> </div> |
