1.3.0a
Completely rewritten the terminal and some minor bug fixes
This commit is contained in:
parent
98085e84a4
commit
6667185945
24 changed files with 1058 additions and 45 deletions
9
Programs/webEdit/Templates/HTML 5/Default.HET
Normal file
9
Programs/webEdit/Templates/HTML 5/Default.HET
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>NEW WEBSITE</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Your Website Text</p>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue