-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmissions.html
More file actions
48 lines (46 loc) · 3.61 KB
/
submissions.html
File metadata and controls
48 lines (46 loc) · 3.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html> <body> <script async src="https://cse.google.com/cse.js?cx=65d85198d3075dae2"></script> <div class="gcse-search"></div> </body> <body background="/images/itemtemp.png"></body> <link rel="stylesheet" href="/styles.css" />
<h3><img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/davids-tips/davids-tips.github.io"> <img alt="GitHub issues" src="https://img.shields.io/github/issues-raw/davids-tips/Davids-tips.github.io"> <img alt="GitHub closed pull requests" src="https://img.shields.io/github/issues-pr-closed/davids-tips/davids-tips.github.io"> <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/davids-tips/davids-tips.github.io"> <img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/davids-tips/davids-tips.github.io"> <img alt="Lines of code" src="https://img.shields.io/tokei/lines/github/davids-tips/davids-tips.github.io"></h3>
<link rel="stylesheet" href="//transloadit.edgly.net/releases/uppy/robodog/v1.6.7/robodog.min.css">
<script src="//transloadit.edgly.net/releases/uppy/robodog/v1.6.7/robodog.min.js"></script>
<!-- you can now use e.g.: window.Robodog.pick() -->
<!-- This pulls Uppy from our CDN. Alternatively use `npm i @uppy/robodog --save` -->
<!-- if you want smaller self-hosted bundles and/or to use modern JavaScript -->
<link href="//transloadit.edgly.net/releases/uppy/robodog/v1.6.7/robodog.min.css" rel="stylesheet">
<script src="//transloadit.edgly.net/releases/uppy/robodog/v1.6.7/robodog.min.js"></script>
<button id="browse">Select Files</button>
<script>
document.getElementById('browse').addEventListener('click', function () {
var uppy = window.Robodog.pick({
providers: [ 'instagram', 'url', 'webcam', 'dropbox', 'google-drive', 'facebook', 'onedrive' ],
waitForEncoding: true,
params: {
// To avoid tampering, use Signature Authentication
auth: { key: 'e2d443dc22354ff99c418153af55ef4e' },
template_id: '88c4433b1a80475fbf7dc4a6c4d2dc23'
}
}).then(function (bundle) {
// Due to `waitForEncoding: true` this is fired after encoding is done.
// Alternatively, set `waitForEncoding` to `false` and provide a `notify_url`
// for Async Mode where your back-end receives the encoding results
// so that your user can be on their way as soon as the upload completes.
console.log(bundle.transloadit) // Array of Assembly Statuses
console.log(bundle.results) // Array of all encoding results
}).catch(console.error)
})
</script>
<a href='https://www.stat-counter.org/'>statcounter</a>
<script src='https://www.freevisitorcounters.com/auth.php?id=6be47683a2e20932e4dff794def70ebdb94382de' type='text/javascript'>
</script>
<script src="https://www.freevisitorcounters.com/en/home/counter/743053/t/0" type="text/javascript">
</script><script type="text/javascript">
var adfly_id = 24214343;
var adfly_advert = 'int';
var adfly_protocol = 'http';
var adfly_domain = 'adf.ly';
var domains = ['depositfiles.com','rapidshare.com','vip-file.com'];
var frequency_cap = '5';
var frequency_delay = '5';
var init_delay = '3';
var popunder = true;
</script>
<footer> <a href="#">Home</a> | <a href="#">Blog</a> | <a href="#">About</a> | <a href="#">Contact</a> | <a href="https://github.com/davids-tips/Davids-tips.github.io">Github Repository</a> | <i class="fa fa-envelope"></i> <p><a>For Support or Reccomendation please contact me at: </a><a href="mailto:dpowell6grade@gmail.com">dpowell6grade@gmail.com</a></p> </footer></html>