Add github links

This commit is contained in:
Anton Vakhrushev 2018-06-17 12:03:31 +03:00
parent a0f52cba6e
commit 71937286d4
2 changed files with 10 additions and 1 deletions

View File

@ -85,7 +85,7 @@ $font-size: 20px;
.app { .app {
display: block; display: block;
margin: 1em auto; margin: 2em auto;
width: 400px; width: 400px;
text-align: center; text-align: center;
padding: 2em; padding: 2em;

View File

@ -24,6 +24,15 @@ title: Гадалка
а потом пользуйтесь клавишами "1" - нечет или "2" - чет. а потом пользуйтесь клавишами "1" - нечет или "2" - чет.
</p> </p>
<ul>
<li>
<a href="https://github.com/anwinged/predictor" target="_blank">Код гадалки на Github</a>
</li>
<li>
<a href="https://github.com/anwinged/homepage/blob/master/source/_assets/predictor/Demo.vue" target="_blank" >Код этого примера</a>
</li>
</ul>
<div id="app"></div> <div id="app"></div>
{% endblock %} {% endblock %}