Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
19 lines (18 loc) · 667 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (18 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8" />
<metahttp-equiv="X-UA-Compatible" content="IE=edge" />
<metaname="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CSS Link -->
<linkrel="stylesheet" href="style.css" />
<title>HTML, CSS and JavaScript Code Editor</title>
</head>
<bodyspellcheck="false">
<textareaid="html" placeholder="HTML"></textarea>
<textareaid="css" placeholder="CSS"></textarea>
<textareaid="js" placeholder="JavaScript"></textarea>
<iframeid="code"></iframe>
<scripttype="text/javascript" src="script.js"></script>
</body>
</html>