Fixing earthfile
This commit is contained in:
19
public/design.html
Normal file
19
public/design.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Simple Screen Sharing</title>
|
||||
<link href="./styles.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="desktop">
|
||||
<div class="container">
|
||||
<div class="video">
|
||||
VIDEO
|
||||
</div>
|
||||
<div class="chat">
|
||||
CHAT
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user