Skip to content

Commit

Permalink
Integrate Bootstrap files
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbel committed Jun 13, 2020
1 parent b3ad34f commit 1134b8e
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/bootstrap-4.5.min.css

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Hello, world!</title>

<!-- Required Bootstrap meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap-4.5.min.css">

</head>



<body>
<!-- Content -->

<!-- Bootstrap JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.5.1.slim.min.js"></script>
<script src="js/popper-1.16.0.min.js"></script>
<script src="js/bootstrap-4.5.min.js"></script>
</body>
</html>
7 changes: 7 additions & 0 deletions js/bootstrap-4.5.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/jquery-3.5.1.slim.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1134b8e

Please sign in to comment.