Skip to content

Commit 92f5aec

Browse files
committed
update bootstrap url
1 parent 9585609 commit 92f5aec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<title>SIMPLEX</title>
66
<meta charset="UTF-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<link rel="stylesheet" href="node_modules/bootstrap/compiler/bootstrap.css">
8+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
99
<link rel="stylesheet" href="node_modules/bootstrap/compiler/style.css">
1010
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.css">
1111
<link rel="stylesheet" type="text/css" href="css/estilo.css">
1212
<script src="node_modules/jquery/dist/jquery.js"></script>
1313
<script src="node_modules/popper.js/dist/umd/popper.js"></script>
14-
<script src="node_modules/bootstrap/dist/js/bootstrap.js"></script>
14+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
1515
</head>
1616

1717

0 commit comments

Comments
 (0)