-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 924 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>CodeEdit | The powerfull online code editor</title>
<link rel = "stylesheet" href = "style.css">
<script src="script.js"></script>
</head>
<body>
<div id = "nav">CodeEdit</div>
<h1>What on Earth CodeEdit?</h1>
<p>CodeEdit is a <i>free online code editor</i> for web developers. NO SIGNUP NEEDED! Just go ahead and start developing!</p>
<img src = "comp.png">
<br>
<a href = "editor.html"><button id = "open">Open CodeEdit online</button></a>
<br><br>
<fieldset>
<legend>Useful stuff</legend>
<a href = "mailto:francisrizanth@gmail.com">Email</a> | <a href = "https://github.com/JothaM123/">Github</a> | <a href = "editor.html">CodeEditor</a> | <a href = "javascript:window.scrollTo(0,0);" onclick = "gtt()">Go to top</a>
</fieldset>
</body>
</html>