Skip to content

Instantly share code, notes, and snippets.

@kunxin-chor
Created March 17, 2020 04:21
Show Gist options
  • Save kunxin-chor/849273f832cdde1535892a2c2ba49487 to your computer and use it in GitHub Desktop.
Save kunxin-chor/849273f832cdde1535892a2c2ba49487 to your computer and use it in GitHub Desktop.
HTML with jQuery and Axios
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.19.2/axios.min.js"></script>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment