Skip to content

Instantly share code, notes, and snippets.

@Aurea-Li
Last active September 18, 2022 06:24
Show Gist options
  • Save Aurea-Li/a6cb7dee30f7e23d977abd1650621e94 to your computer and use it in GitHub Desktop.
Save Aurea-Li/a6cb7dee30f7e23d977abd1650621e94 to your computer and use it in GitHub Desktop.
HTML Template
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script type="text/javascript" src="index.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1></h1>
<nav>
<ul>
<li></li>
</ul>
</nav>
</header>
<main>
</main>
<footer>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment