Skip to content

Commit aa9aa0e

Browse files
committed
Fork badge added
1 parent a58e079 commit aa9aa0e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/app/app.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
<router-outlet></router-outlet>
2+
<a href="https://github.com/meetdave3/angular-node-typescript-boiler"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png" alt="Fork me on GitHub"></a>

src/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,15 @@
1616

1717
</head>
1818

19-
<body style="padding-top: 20px;">
19+
<body>
2020
<app-root>
2121
<img src="../assets/angular.png" alt="AngularLogo" style="width:50px;
2222
height:50px;
2323
position: fixed;top: 50%;
2424
left: 50%;
2525
transform: translate(-50%, -50%);">
2626
</app-root>
27-
<noscript>
28-
<p>
29-
JavaScript is needed to enable this app
30-
</p>
31-
</noscript>
27+
<script async defer src="https://buttons.github.io/buttons.js"></script>
3228
</body>
3329

3430
</html>

0 commit comments

Comments
 (0)