diff options
| author | root | 2014-09-13 22:26:58 +0200 |
|---|---|---|
| committer | root | 2014-09-13 22:26:58 +0200 |
| commit | c5639ee890215e4e8e0f544821ea8d285ca58eb8 (patch) | |
| tree | 29f685943c61c4d7ec0e376e485686e985b97065 /help.php | |
| parent | f8c60cae423fc78ed21d17a9217716ccc1e6dab1 (diff) | |
| download | video-dl-c5639ee890215e4e8e0f544821ea8d285ca58eb8.tar.gz | |
init
Diffstat (limited to 'help.php')
| -rw-r--r-- | help.php | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/help.php b/help.php new file mode 100644 index 0000000..91182fd --- /dev/null +++ b/help.php @@ -0,0 +1,44 @@ +<!doctype html> + +<html> +<head> + <meta charset="utf-8"> + <title>Video Streaming Proxy</title> + <link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> + <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> + <link rel="stylesheet" href="/css/style.css"> + <?php require_once("static/noscript.html"); ?> +</head> +<body> +<?php require_once("static/header.php"); ?> + <div class="container"> + <div class="text-center"> + <div class="row"> + <h1><u>Help</u></h1> + </div> + <div class="row"> + <h3>How to use</h3> + </div> + <div class="row"> + <p><strong>1.</strong> Copy a link to a video you would like to watch. + <br> + <strong>2.</strong> Put the link in the bar at the bottom. + <br> + <strong>3.</strong> Hit the button to see general informations about the video. + <br> + <strong>4.</strong> Choose one option: 'Direct download', 'Streaming', 'Extracting audio' + <br> + </div> + <div class="row"> + <h3>What more?</h3> + <p><strong>Hint:</strong> You can even stream videos which are blocked in Germany! (GEMA)</p> + </div> + <div class="row"> + <h3>Uhm...</h3> + <p>Still confused? Send me a <a href='mailto:mail@iamfabulous.de' class='mail'>mail</a> or check the <a href='/faq' class='mail'>FAQ</a>.</p> + </div> + </div> + </div> +<?php require_once("static/foot.php"); ?> |
