-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat (dist): add production version of chat
- Loading branch information
1 parent
8c4b1c3
commit 1e3a1c8
Showing
4 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Large diffs are not rendered by default.
Oops, something went wrong.