We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c0bf5 commit a24fd72Copy full SHA for a24fd72
src/MatBlazor.Demo/Pages/Index.razor
@@ -17,6 +17,14 @@
17
<div class="mat-layout-grid-cell-span-12">
18
<h1 class="mat-h1"><img src="https://raw.githubusercontent.com/SamProf/MatBlazor/master/content/logo.png" style="max-height: 100px;"/> MatBlazor</h1>
19
<h4 class="mat-h4">Material Design components for Blazor (@(GetVersion()))</h4>
20
+ <div style="overflow: hidden; padding-top: 5px;">
21
+ <ins class="adsbygoogle"
22
+ style="display:block"
23
+ data-ad-client="ca-pub-3904134905954949"
24
+ data-ad-slot="3480345890"
25
+ data-ad-format="auto"
26
+ data-full-width-responsive="true"></ins>
27
+ </div>
28
<div>
29
<a href="https://www.nuget.org/packages/MatBlazor/" target="_blank">
30
<img src="https://img.shields.io/nuget/v/MatBlazor.svg"/>
0 commit comments