Skip to content

Commit 62acc9a

Browse files
committed
Fix hyperlink notation
1 parent 5131da9 commit 62acc9a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

web/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>PicoSynth</h1>
12-
<span class="subtitle">Lightweight Software Synthesizer. [GitHub](https://github.com/sysprog21/picosynth)</span>
11+
<div>
12+
<h1>PicoSynth</h1>
13+
<span class="subtitle">Lightweight software synthesizer</span>
14+
</div>
15+
<a href="https://github.com/sysprog21/picosynth" target="_blank" rel="noreferrer noopener">GitHub</a>
1316
</header>
1417

1518
<main>

0 commit comments

Comments
 (0)