Skip to content

Instantly share code, notes, and snippets.

View Dev-HyunSang's full-sized avatar
👋
Hey, It's me!

HyunSang Lev Park Dev-HyunSang

👋
Hey, It's me!
View GitHub Profile
@Dev-HyunSang
Dev-HyunSang / axiosExample
Created January 17, 2022 09:17 — forked from heolin/axiosExample
Simple axios example generating html table
<html>
<head>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<table class="table">
<thead>
<th>id</th>
<th>email</th>