Add Dockerfile
This commit is contained in:
@@ -4,27 +4,25 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<title>Dogeller</title>
|
||||
<title>WebRTC Phone</title>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link rel="stylesheet" href="./styles.css" />
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header class="header">
|
||||
<div class="logo-container">
|
||||
<img src="./img/doge.png" alt="doge logo" class="logo-img" />
|
||||
<h1 class="logo-text">
|
||||
Doge<span class="logo-highlight">ller</span>
|
||||
WebRTC<span class="logo-highlight">Phone</span>
|
||||
</h1>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-container">
|
||||
<div class="active-users-panel" id="active-user-container">
|
||||
<h3 class="panel-title">Active Users:</h3>
|
||||
<h3 class="panel-title">Users Online:</h3>
|
||||
</div>
|
||||
<div class="video-chat-container">
|
||||
<h2 class="talk-info" id="talking-with-info">
|
||||
@@ -39,9 +37,6 @@
|
||||
</div>
|
||||
|
||||
<script src="https://cdn.socket.io/4.8.1/socket.io.min.js" integrity="sha384-mkQ3/7FUtcGyoppY6bz/PORYoGqOl7/aSUMn2ymDOJcapfS6PHqxhRTMh1RR0Q6+" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<script src="./scripts/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user