12 lines
264 B
HTML
12 lines
264 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Notepad</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Notepad</h1>
|
||
|
<p>
|
||
|
The Notepad is a window that automatically remembers what you type. Save reminders, code snippets, and more.
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|