Delete youtube.html

This commit is contained in:
Steve Seguin 2020-05-10 03:52:49 -04:00 committed by GitHub
parent de31d1fa2c
commit 4c7ffeac34

View File

@ -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>