-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (37 loc) · 1.11 KB
/
index.html
File metadata and controls
44 lines (37 loc) · 1.11 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
<!--Austine Samuel codes funs-->
<!DOCTYPE html>
<html>
<head>
<title>Me And My Code Funs</title>
<meta charset="utf-8" />
<meta name="theme-color" content="#4b11a0">
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
</head>
<body>
<div id="body">
<nav id="myNav123">
<button id="download"><i class="fa fa-arrow-down"></i><br><small>download</small></button>
<button id="save" ><i class="fa fa-save"></i><br><small>save</small></button>
</nav>
<div id="scroll">
<div id="code">
<div id="lines">
<span>1</span>
</div>
<textarea spellcheck="false" onkeyup="getData()" onkeypress="getData()" id="htmlCode">
</textarea>
</div>
</div>
<div id="bottomNav">
<button>
\code
</button>
</div>
</div>
<script src="morbific-lap.00webhostapp.com/creativity/text-editor/activeFunctions.js"></script>
<script src="main.js" type="text/javascript"></script>
</body>
</html>