Skip to content

Commit 02e9bd1

Browse files
authored
Update skeleton.html
1 parent df94a99 commit 02e9bd1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

templates/skeleton.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<title>Skeleton - Free Bulma template</title>
9-
<link rel="stylesheet" href="https://unpkg.com/bulma@0.7.4/css/bulma.min.css">
10-
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
9+
1110
<!-- Bulma Version 0.7.x-->
12-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css" />
11+
12+
<link rel="stylesheet" href="https://unpkg.com/bulma@0.7.5/css/bulma.min.css">
13+
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
1314
</head>
1415

1516
<body>

0 commit comments

Comments
 (0)