-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
18 lines (17 loc) · 1.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<head>
<title>Notepad++ Portable</title>
<link rel="icon" href="https://portablestuff.github.io/n++.png">
<link rel="shortcut-icon" href="https://portablestuff.github.io/n++.png"
</head>
<body style="background-color:rgb(0, 4, 27);">
<a href="https://portablestuff.github.io" style="font-family:system-ui;color:white;">< Return Home</a>
<h1 style="font-family:system-ui;color:white;">Notepad++ Portable</h1>
<p style="font-family:system-ui;color:white;">Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GNU General Public License.
Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.</p>
<h2 style="font-family:system-ui;color:white;">How to Use</h2>
<p style="font-family:system-ui;color:white;">1. Download the file <a href="https://rotf.lol/jf93yhf4" style="color:white">here.</a>
<p style="font-family:system-ui;color:white;">2. Download Notepad++.</p>
<img src="https://user-images.githubusercontent.com/77994742/112375330-8b5e8d00-8cb9-11eb-9d83-0ee390958fc0.png">
<p style="font-family:system-ui;color:white;">3. When it is done installing, go to the <code>Notepad++</code> folder and click on <code>notepad++.exe</code></p>
<p style="font-family:system-ui;color:white;">4. Enjoy!!</p>
</body>