script
This commit is contained in:
@@ -121,5 +121,11 @@
|
|||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
fetch("https://dev.to/api/articles?username=zev")
|
||||||
|
.then(articles_response => articles_response.json())
|
||||||
|
.then(articles_json => console.log(articles_json))
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -130,5 +130,11 @@
|
|||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
fetch("https://dev.to/api/articles?username=zev")
|
||||||
|
.then(articles_response => articles_response.json())
|
||||||
|
.then(articles_json => console.log(articles_json))
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -175,5 +175,11 @@
|
|||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
fetch("https://dev.to/api/articles?username=zev")
|
||||||
|
.then(articles_response => articles_response.json())
|
||||||
|
.then(articles_json => console.log(articles_json))
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user