Added 'Fork me on GitHub' link

This commit is contained in:
0xFEEDC0DE64
2018-05-06 01:37:28 +02:00
parent 196bdde582
commit 5bb005ff9d
2 changed files with 7 additions and 5 deletions

View File

@ -98,11 +98,8 @@ if($_SERVER['REQUEST_METHOD'] == 'POST') {
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
<style>
pre {
max-height: 100px;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.2/gh-fork-ribbon.min.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
@ -126,6 +123,8 @@ if($_SERVER['REQUEST_METHOD'] == 'POST') {
<div class="row" id="results"></div>
<a class="github-fork-ribbon" href="https://github.com/0xFEEDC0DE64/youtube-dl-web" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="script.js"></script>
</body>

3
style.css Normal file
View File

@ -0,0 +1,3 @@
pre {
max-height: 100px;
}