Skip to content

Commit

Permalink
changes done again
Browse files Browse the repository at this point in the history
  • Loading branch information
kuldeep55567 committed May 15, 2023
1 parent c6433bf commit a746036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion public/book.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<img src="" alt="error loading image" id="userimg">
<h3 id="name"></h3>
<h1 id="head">One To One Meeting</h1>
<h3>Availability: <span id="avil"></span> meetings</h3>
<h3>Availability: <span id="avil"></span> Meetings</h3>
<button id="videochat">Start Video Chat</button>
</div>
<div id="right">
Expand Down
2 changes: 0 additions & 2 deletions public/videochat.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Expand All @@ -10,7 +9,6 @@
<link rel="stylesheet" href="./styles/meeting.css" />
<script src="https://unpkg.com/peerjs@1.3.2/dist/peerjs.min.js"></script>
<script src="https://kit.fontawesome.com/24c494a6b6.js" crossorigin="anonymous"></script>

<!-- Loader -->
<script src="./scripts/test.js"></script>
<link rel="stylesheet" href="./css/call.css">
Expand Down

0 comments on commit a746036

Please sign in to comment.