Skip to content

Commit

Permalink
Use latest js and css from CDNs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwgeorge committed Jun 20, 2020
1 parent 354dd5f commit 72c8cf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
<meta name="author" content="Carl George">
<!--<link rel="icon" href="../../favicon.ico">-->
<title>Training Slides</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Bootstrap theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3/dist/css/bootstrap-theme.min.css">
<!-- Custom styles for this template -->
<link href="theme.css" rel="stylesheet">
</head>
Expand Down
2 changes: 1 addition & 1 deletion ius/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="style.css" rel="stylesheet">
</head>
<body>
<script src='../common/remark.min.js'></script>
<script src='https://remarkjs.com/downloads/remark-latest.min.js'></script>
<script>var slideshow = remark.create({sourceUrl: 'slides.md'});</script>
</body>
</html>
Expand Down
13 changes: 0 additions & 13 deletions setup.sh

This file was deleted.

0 comments on commit 72c8cf5

Please sign in to comment.