Update default.html

This commit is contained in:
Dimalshaa
2018-10-07 21:37:19 +05:30
committed by GitHub
parent 4da95e9a22
commit 40e19518e0

View File

@@ -21,7 +21,7 @@
{% endif %} {% endif %}
<p>{{ site.description | default: site.github.project_tagline }}</p> <p>{{ site.description | default: site.github.project_tagline }}</p>
<!-- heading to a link -->
<p class="view"><a href="https://my-first-pr.github.io">Homepage</a></p> <p class="view"><a href="https://my-first-pr.github.io">Homepage</a></p>
<h3>Current projects</h3> <h3>Current projects</h3>
@@ -85,4 +85,4 @@ ga('send', 'pageview');
request.send(); request.send();
</script> </script>
</body> </body>
</html> </html>