-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (70 loc) · 3.03 KB
/
index.html
File metadata and controls
80 lines (70 loc) · 3.03 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cope</title>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="style.css">
<!-- import the webpage's javascript file -->
<script src="script.js" defer></script>
</head>
<body onbeforeunload="return myFunction()">
<div id="navbar">
<div class="dropdowntool">
<button class="dropbtn"><img src="https://dpla-s.github.io/assets/Cool%20Text%20-%20Cope%20362390538823494.png" width="40"></button>
<div class="dropdowntool-content">
<br>
<center> <img src="https://dpla-s.github.io/assets/Cool%20Text%20-%20Cope%20362390538823494.png" width="100">
<br>Cope is a free programing software that is under devlopment. Learn more at <a href="https://dpla-s.github.io/">dpla-s.github.io/</a>.
</center></div>
</div><div class="dropdowntool">
<button class="dropbtn">File</button>
<div class="dropdowntool-content">
<a onclick="location.reload();" class="button">New...</a>
<a onclick="soon()" class=" button">Save...</a>
<a onclick="soon()" class=" button">Open...</a>
<a href="https://dpla-s.github.io/assets/DPLA.pdf" target="_newtab"class="button-line"><span style="color:grey;">Ctrl+D </span>Docs</a>
<a href="#" class="button">Report Issue</a>
<a href="https://github.com/DPLA-S/Beta-Editor-CSS" class="button">Source Code</a>
<a href="javascript:quit()" class="button-line"><span style="color:grey;">Ctrl+Q </span>Quit</a>
</div>
</div><div class="dropdowntool">
<button class="dropbtn">Help</button>
<div class="dropdowntool-content">
<a href="about.html" class=" button">About</a>
<a href="https://dpla-s.github.io/assets/DPLA.pdf" class=" button">Docs</a>
</div>
</div><div class="dropdowntool">
<button class="dropbtn">Edit</button>
<div class="dropdowntool-content">
<a onclick="clearcode()" class=" button">Clear Code</a>
<a onclick="soon()" class=" button">Upload</a>
</div>
</div><div class="dropdowntool">
<button class="dropbtn">Run</button>
<div class="dropdowntool-content">
<a onclick="runcode()" target="_newtab" class=" button"><span style="color:grey;">Ctrl+R </span>Run in Browser <span style="color:orange;">Beta</span></a>
<a href="javascript:soon()" target="_newtab" class=" button">Run Terminal <span style="color:red;">Not Ready</span>.</a>
</div>
</div><div class="dropdowntool">
<button class="dropbtn">Options</button>
<div class="dropdowntool-content">
<a onclick="textsize()" class="button">Code Font Size</a>
</div>
</div>
</div>
<div class="element" id="splash">
<h2>
Cope
</h2>
Program cope with the offical editor!<br>
<button onclick="hidesplash()" class="button">
Close
</button>
</div>
<br>
<textarea style="width:99%; height:;" spellcheck="false" id="codearea" autofocus></textarea>
</body>
</html>