-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
50 lines (47 loc) · 1.86 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CodeShare.Live</title>
<script src="https://unpkg.com/peerjs@1.5.4/dist/peerjs.min.js"></script>
<script type="module" src="main.js"></script>
<script src="https://unpkg.com/monaco-editor@latest/min/vs/loader.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="logo.jpg">
</head>
<body>
<section class="container">
<div class="header">
<!-- <img src="logo.jpg" alt="" height="70%"> -->
<img src="copy.png" class="copy" alt="" width="20px">
<!-- CodeShare.Live -->
<span class="copied">copied</span>
<div class="searchbar">
<span class="link"></span>
</div>
<img src="download.png" class="download" alt="" width="20px">
</div>
<div id="editor" class="editor"></div>
<div class="footer">
<div class="left">
<div class="indicator"></div>
<div class="peerMode"></div>
</div>
<div class="center">
</div>
<div class="right">
<div class="language">
<select name="language" id="language">
<option value="txt">text</option>
<option value="html">html</option>
<option value="javascript">javascript</option>
<option value="css">css</option>
</select>
</div>
<a href="https://github.com/vishal-pandey/codeshare" target="_blank"><img src="github-mark-white.png" alt="" width="15px"></a>
</div>
</div>
</section>
</body>
</html>