Skip to content

Commit

Permalink
upload file & Folder Belaja teks editor
Browse files Browse the repository at this point in the history
  • Loading branch information
royswanimbo authored Feb 6, 2024
1 parent b237c2d commit cdb2478
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 01-Projek-Notepad/index.html
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>
17 changes: 17 additions & 0 deletions 02-projek-Notepad++/index.html
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>
13 changes: 13 additions & 0 deletions 03-Projek-sublime-Texk/index.html
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>
18 changes: 18 additions & 0 deletions 04-project-visual-studio-code/index.html
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>

0 comments on commit cdb2478

Please sign in to comment.