Skip to content

Commit 09dc9cc

Browse files
committed
change bootstrap script local to CDN
1 parent 02d1c6c commit 09dc9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<!-- Bootstrap CSS -->
8-
<link rel="stylesheet" href="css/bootstrap.min.css">
8+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
99
<title>Oh_My_System</title>
1010
</head>
1111
<body>

0 commit comments

Comments
 (0)