1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Delete start_dropbox_token.html

This commit is contained in:
gilbertchen
2016-02-24 09:51:39 -05:00
parent fd0974e35a
commit 217dd99adc

View File

@@ -1,40 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Dropbox Token for Duplicacy</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<br>
<br>
<br>
<p class="text-center lead">To use Duplicacy with Dropbox, you must obtain an access token first.</p>
<div class="row">
<form action="https://www.dropbox.com/1/oauth2/authorize" method="get">
<input type="hidden" name="response_type" value="token"/>
<input type="hidden" name="client_id" value="vp00fqqtagpzk0l"/>
<input type="hidden" name="redirect_uri" value="https://dl.dropboxusercontent.com/u/95866350/show_dropbox_token.html"/>
<button type="submit" class="btn btn-primary center-block">Continue</button>
</div>
</div>
</body>
</html>