Skip to content

Commit 725cf14

Browse files
committed
atualizando demais urls bootstrap
1 parent 92f5aec commit 725cf14

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

maximizar.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

1616
<script type="text/javascript">
1717

tabela.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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">
@@ -194,7 +194,7 @@ <h5>SIMPLEX PO20</h5>
194194

195195
<script src="node_modules/jquery/dist/jquery.js"></script>
196196
<script src="node_modules/popper.js/dist/umd/popper.js"></script>
197-
<script src="node_modules/bootstrap/dist/js/bootstrap.js"></script>
197+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
198198
</body>
199199

200200
</html>

0 commit comments

Comments
 (0)