-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upload file & Folder Belaja teks editor
- Loading branch information
1 parent
b237c2d
commit cdb2478
Showing
4 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<html> | ||
<head> | ||
<title> | ||
Project Notepad | ||
</title> | ||
</head> | ||
<body> | ||
<h1> | ||
Project Notepad | ||
</h1> | ||
<p> | ||
Halaman ini dibuat menggunakan Notepad. | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<html> | ||
<head> | ||
<title> | ||
Project Notepad++ | ||
</title> | ||
</head> | ||
<body> | ||
<h1> | ||
Project Notepad++ | ||
</h1> | ||
<p> | ||
Halaman ini dibuat menggunakan Notepad++ | ||
</p> | ||
|
||
<a href="https://notepad-plus-plus.org/downloads/">Download Di sini</a> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title> | ||
Project Sublime Texs 3 | ||
</title> | ||
</head> | ||
<body> | ||
<h1>Project Sublime Texs 3 </h1><p>Halamat ini dibuat menggunakan Sublime Texs 3</p> | ||
|
||
<a href="https://www.sublimetext.com/3">Download di sini</a> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Project Visual Studio Code</title> | ||
</head> | ||
|
||
<body> | ||
|
||
<h1>Project Visual Studio Code</h1> | ||
<p>Halamat ini menggunakan Visual Studio Code</p> | ||
<a href="https://code.visualstudio.com/download">Download Disini</a> | ||
|
||
</body> | ||
|
||
</html> |