Added 'Fork me on GitHub' link
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user