Added "Fork me on GitHub" banner

This commit is contained in:
Daniel Brunner
2016-08-02 20:34:17 +02:00
parent 8d21e94ee2
commit 61e7e9a85d

View File

@ -7,10 +7,12 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
</head>
<body>
<div id="map"></div>
<a class="github-fork-ribbon" href="https://github.com/0xFEEDC0DE64/PokeMobBotMap" title="Fork me on GitHub">Fork me on GitHub</a>
<script src="https://maps.googleapis.com/maps/api/js?callback=initMap" async defer></script>
<script src="script.js"></script>