diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 23 |
1 files changed, 20 insertions, 3 deletions
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> |
