-
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.
- Loading branch information
1 parent
6a6fb39
commit 4047752
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +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> | ||
<!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><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 |
---|---|---|
@@ -1 +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> | ||
<!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><script src="../main.bundle.js"></script></body></html> |
Oops, something went wrong.