Added Fork-Me-On-GitHub Button

This commit is contained in:
Daniel Brunner
2016-11-30 00:00:08 +01:00
parent d48aeb2d01
commit 1139442791

View File

@@ -1,19 +1,27 @@
<!DOCTYPE html> <!doctype html>
<html> <html class="no-js" lang="">
<head> <head>
<title></title> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Gummi Engine</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css"> <style type="text/css">
.point { .point {
position: absolute; position: absolute;
width: 30px; width: 30px;
height: 30px; height: 30px;
background-color: #000; background-color: #000;
} }
</style> </style>
</head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
<body> </head>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.1.1.min.js"></script> <body>
<script type="text/javascript" src="script.js"></script> <h1>Gummi Engine</h1>
</body> <a class="github-fork-ribbon" href="https://github.com/0xFEEDC0DE64/Gummi-Engine" title="Fork me on GitHub">Fork me on GitHub</a>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html> </html>