We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29028f commit ac6d1e2Copy full SHA for ac6d1e2
index.html
@@ -92,9 +92,6 @@
92
link <img id="top-github" src="images/icons/github.svg"
93
onerror="this.onerror=null; this.src='image.svg'">
94
</a>, fork the project and make a pull request :)
95
- <a href="myapp://example.com">
96
- link to app
97
- </a>
98
</p>
99
100
<!-- ======== MAIN ======== -->
@@ -108,7 +105,9 @@ <h1 class="titles">Instructions</h1>
108
105
button to sort the column in ascending or descending
109
106
order
110
107
</li>
111
- <li>Hover over any row to focus on it</li>
+ <li>Hover over any row to focus on it </li>
+ <li><a href="myapp://example.com">link to example.com</a></li>
+ <li><a href="myapp://example">link to example</a></li>
112
</ul>
113
</article>
114
0 commit comments