-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutDialog.html
40 lines (40 loc) · 1.19 KB
/
AboutDialog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head>
<style>
body {
margin: 20px;
}
h1 {
text-align:center;
font-family:sans-serif;
font-size: 190%;
font-weight: 600;
color:rgb(0, 151, 238);
}
p {
font-size:100%;
padding-left: 20px;
padding-right: 20px;
}
</style>
</head>
<body>
<h1>MyNotepad</h1>
<hr>
<br>
<p>
Notepad is a simple text editor for different platforms
and a basic text-editing program which enables computer
users to create documents. It is light-weight editor which
entirely looks like Microsoft Windows' Notepad.
</p>
<br>
<p>
This product is Licensed under the Apache License <a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a> <br> <br>
Developer : Mohit <br>
Version : 2.0 <br>
Language used : Java <br>
Type : Text Editor
</p>
</body>
</html>