Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 49e53b2

Browse files
committed
updated for subdirectory use
1 parent 79bac03 commit 49e53b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<!-- Bootstrap CSS -->
99
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" />
1010
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"/>
11-
<link rel="stylesheet" href="/static/style.css" />
11+
<link rel="stylesheet" href="static/style.css" />
1212

1313
</head>
1414
<body>
1515
<nav class="navbar fixed-top topbar-custom">
1616
<div class="container-fluid">
1717
<div class="navbar-header flex-topbar">
1818
<a class="navbar-brand" href="#">
19-
<img alt="mlh-logo" src="/static/logo.svg" width="100px"/>
19+
<img alt="mlh-logo" src="static/logo.svg" width="100px"/>
2020
</a>
2121
<p class="navbar-text">MLH Localhost Hometowns</p>
2222
</div>

0 commit comments

Comments
 (0)