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
<style>
body {
font-family: system-ui, sans-serif;
width: 96%;
max-width: 600px;
margin: 0 auto;
}
p {
line-height: 1.5em;
}
</style>
<h1>Welcome to Codeframe! 👋</h1>
<p>Start building something awesome, right here.</p>
<p>
New to web development?
Check out
<a href="https://zerotocode.org" target="_blank">
Zero to Code</a>!
</p>
<h2>What's Codeframe?</h2>
<p>
Codeframe is a code editor for the web,
built on the web to be simple, approachable,
fast, and lightweight. Try editing the HTML and
JavaScript code in the code panel and see
how the preview changes.
</p>
<p>