Skip to content

Commit

Permalink
feat (dist): add production version of chat
Browse files Browse the repository at this point in the history
  • Loading branch information
AveWycc220 committed Jan 15, 2021
1 parent 8c4b1c3 commit 1e3a1c8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Binary file added dist/d6da2a2a8b78756892f6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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"><title>Chat</title><link rel="shortcut icon" href="d6da2a2a8b78756892f6.png" type="image/png"><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap" rel="stylesheet"></head><body><div class="root" style="display: none"><header><div id="name"></div><button id="log-out" title="LogOut"></button></header><section><div id="message-input"><div class="message textarea" contenteditable="true"></div><button id="send" title="Send"></button></div><div id="message-list"></div></section></div><script src="main.bundle.js"></script></body></html>
1 change: 1 addition & 0 deletions dist/login/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"><title>Chat-Login</title><link rel="shortcut icon" href="../d6da2a2a8b78756892f6.png" type="image/png"></head><body><div class="root" style="display: none"><div class="log-in"><div class="form"><div class="keys-input"><div><form id="keys"><input class="key" id="email-input" name="email" placeholder="Email" maxlength="50" autocomplete="on"> <input type="password" class="key" id="password-input" name="password" placeholder="Password" maxlength="50" required> <input class="key" id="user-input" name="username" placeholder="UserName" maxlength="100" autocomplete="on" style="display:none"></form></div></div><div class="info"></div><div class="button-div"><button id="log-in">Log in</button> <button id="sign-in">Sign in</button></div></div></div></div><script src="../main.bundle.js"></script></body></html>
1 change: 1 addition & 0 deletions dist/main.bundle.js

Large diffs are not rendered by default.

0 comments on commit 1e3a1c8

Please sign in to comment.