Skip to content

Commit

Permalink
Recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
drianoaz committed Aug 12, 2018
1 parent 3145ea8 commit 3bbe2f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 390 deletions.
7 changes: 7 additions & 0 deletions dist/css/style.e492dda9f9d0e307f49c.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Todo list</title><link href="css/style.e492dda9f9d0e307f49c.css?fd848c8de7723da260a7" rel="stylesheet"></head><body><div class="main-container"><header class="header"><h1 class="header-title">A simple todo list</h1></header><section class="todo-section"><div id="message-container"></div><form onsubmit="todoController.onSubmit(event)" class="input-group input-group-lg"><input type="text" id="todo" class="form-control" placeholder="Type a value..."><div class="input-group-append"><button class="btn btn-outline-secondary" type="submit">Submit</button> <button class="btn btn-outline-danger" type="button" onclick="todoController.onClean(event)">Clean list</button></div></form><div id="todo-container" class="todo-container"></div></section><footer class="footer"><p class="footer-description">Made with ♥ by <a class="footer-link" href="https://twitter.com/drianoaz" target="_blank" rel="noopener noreferrer">Adriano de Azevedo</a></p><p class="footer-description"><a class="footer-link" href="https://twitter.com/drianoaz" target="_blank" rel="noopener noreferrer">Fork me on Github</a></p></footer></div><script type="text/javascript" src="js/app.bundle.js?fd848c8de7723da260a7"></script></body></html>
1 change: 1 addition & 0 deletions dist/js/app.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3bbe2f5

Please sign in to comment.