-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
47 lines (47 loc) · 1.08 KB
/
Copy pathtest.html
File metadata and controls
47 lines (47 loc) · 1.08 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
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Renzo Project
</title>
</head>
<body>
<h1>
Renzo
</h1>
<h3>
the terminal based html editor
</h3>
<h2>
Features:
</h2>
<ul>
<li>
Node tree for html tags
</li>
<li>
Property Inspector
</li>
<li>
File reading and saving
</li>
<li>
works 100% on keyboard shortcuts
</li>
</ul>
<h2>
Install
</h2>
<div>
To create a new file run python main.py
</div>
<div>
To edit an existing one run python main.py file.html
</div>
<h2>
uhhh idk what else to talk about on this demo site but i promise renzo can do so much more
</h2>
</body>
</html>