Skip to content

почти всё. добавляет, считывает... #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 0 additions & 40 deletions phoneApp/add-user.html

This file was deleted.

104 changes: 0 additions & 104 deletions phoneApp/add-user1.html

This file was deleted.

41 changes: 0 additions & 41 deletions phoneApp/edit-contact.html

This file was deleted.

26 changes: 9 additions & 17 deletions phoneApp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,17 @@
</head>

<body>
<header class="header">
<div class="container top-radius">
<h2>Contacts</h2>
</div>
</header>
<main>
<div class="container">
<div id="form">
</div>
<table class="table table-hover contacts" id="myTable">
</table>
</div>
</main>
<footer class="footer" id="fo-er">
</footer>
<div id="lol"></div>
<footer class="footer" id="fo-er"></footer>
<script src="src/login.js"></script>
<script src="src/base.js"></script>
<script src="src/main.js"></script>
<script src="src/footer.js"></script>
<script src="src/contacts.js"></script>
<script src="src/keypad.js"></script>
<script src="src/edit_contacts.js"></script>
<script src="src/user.js"></script>
<script src="src/add_user.js"></script>
<script src="src/app.js"></script>
<script src="src/footer.js"></script>

</body>

Expand Down
39 changes: 0 additions & 39 deletions phoneApp/keypad.html

This file was deleted.

Loading