mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-13 06:38:29 +00:00
Delete youtube.html
This commit is contained in:
parent
de31d1fa2c
commit
4c7ffeac34
@ -1,15 +0,0 @@
|
||||
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
fetch("https://steves.app/create_broadcast?alt=json&key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8", { headers: { "Content-Type": "application/json; charset=utf-8" }})
|
||||
.then(res => {
|
||||
res.blob().then (r=> {console.log(r)});
|
||||
})
|
||||
.catch(err => {
|
||||
console.log(err)
|
||||
});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user