Первоначальная версия

This commit is contained in:
2019-06-09 23:43:12 +03:00
parent a0fa2798d9
commit 9f4cda9e64
25 changed files with 9394 additions and 0 deletions

7
public/data/start.html Normal file
View File

@@ -0,0 +1,7 @@
<div class="text-xs-center">
<img src="../img/logo.png" alt="Логотип Vue.js">
<h1>Самоучитель Vue.js</h1>
<h2>&copy; Александр Чебыкин, 2019</h2>
<h3>Опубликовано под лицензией <a href="https://opensource.org/licenses/MIT">MIT</a></h3>
Git: <a href="https://home.cainet.info:3000/cai/VueJS/" target="_blank">https://home.cainet.info:3000/cai/VueJS/</a>
</div>