Skip to content

Commit

Permalink
bump mdl, add github badge
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez committed May 29, 2022
1 parent 8e29b6b commit 2fc4d8c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">

<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.pink-red.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.1.3/material.min.js"></script>
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.pink-red.min.css" />
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>

Expand All @@ -20,6 +20,13 @@
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">ngx-img-fallback</span>

<div class="mdl-layout-spacer"></div>

<nav class="mdl-navigation">
<iframe src="https://ghbtns.com/github-btn.html?user=vadimdez&repo=ngx-img-fallback&type=star&count=true"
frameborder="0" scrolling="0" width="170px" height="20px" *ngIf="!mobile"></iframe>
</nav>
</div>
</header>
<main class="mdl-layout__content">
Expand Down

0 comments on commit 2fc4d8c

Please sign in to comment.