Skip to content

Commit 29acc68

Browse files
committed
Remove bulma logo on index
1 parent 5b7b270 commit 29acc68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<title>Free Bulma templates</title>
88
<meta name="description" content="Free bulma templates">
99
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
10-
<link rel="stylesheet" type="text/css" href="/css/bulma.css">
11-
<link rel="stylesheet" type="text/css" href="/css/base.css">
10+
<link rel="stylesheet" type="text/css" href="css/bulma.css">
11+
<link rel="stylesheet" type="text/css" href="css/base.css">
1212
</head>
1313
<body>
1414
<nav class="nav">
1515
<div class="container">
1616
<div class="nav-left">
1717
<a class="nav-item">
18-
<img src="images/bulma.png" alt="Description">
18+
Bulma Templates
1919
</a>
2020
</div>
2121
<span class="nav-toggle">

0 commit comments

Comments
 (0)