1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>SamCode - A minimal code editor</title>
</head>
<body>
    <div class="background">
        <div class="content">
            <div class="logo"> SamCode </div>
            <div class="tagline">A SIMPLE CODE EDITOR</div>
        </div>
        <div class="start-editing">
            <div>Start <abbr title="You can edit code on the left pane">editing</abbr> and preview it here!</div>
        </div>
    </div>
</body>
</html>
Enter to Rename, Shift+Enter to Preview