Skip to content

Commit 813f828

Browse files
authored
Change title and meta tags from 'Edit Pad' to 'Note Pad'
1 parent debb5ab commit 813f828

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4-
<meta name="title" content="Edit Pad - Online Text Editor | Online Notepad | Quick Notes">
4+
<meta name="title" content="Note Pad - Online Text Editor | Online Notepad | Quick Notes">
55
<meta name="description"
6-
content="Edit Pad is an easy and clean Online text editor and note taking tool. Take notes online and download them in a text format. Great for taking quick notes in between meetings.">
6+
content="Note Pad is an easy and clean Online text editor and note taking tool. Take notes online and download them in a text format. Great for taking quick notes in between meetings.">
77
<meta name="keywords"
8-
content="Editpad,editpad,EDITPAD,Online editor,ONLINE EDITOR,NOTEPAD,notepad,Notepad,Note Pad,Edit Pad,note,notes,keep,notetaker,online notepad,shashi,prakash,gautam,shweshi,Shashi Prakash Gautam,Shashi,Prakash,Gautam,Html editor,HTML EDITOR,HTML Editor">
8+
content="Notepad,notepad,NOTEPAD,Online editor,ONLINE EDITOR,NOTEPAD,notepad,Notepad,Note Pad,Edit Pad,note,notes,keep,notetaker,online notepad,shashi,prakash,gautam,shweshi,Shashi Prakash Gautam,Shashi,Prakash,Gautam,Html editor,HTML EDITOR,HTML Editor">
99

1010
<!-- Facebook Meta Tags -->
11-
<meta property="og:url" content="https://editpad.shashi.dev">
11+
<meta property="og:url" content="https://notepad.shashi.dev">
1212
<meta property="og:type" content="website">
1313
<meta property="og:title" content="Edit Pad - Online Text Editor">
1414
<meta property="og:description"
15-
content="Edit Pad is an easy and clean Online text editor and note taking tool. Take notes online and download them in a text format. Great for taking quick notes in between meetings.">
15+
content="Note Pad is an easy and clean Online text editor and note taking tool. Take notes online and download them in a text format. Great for taking quick notes in between meetings.">
1616
<meta property="og:image" content="">
1717

1818
<!-- Twitter Meta Tags -->
1919
<meta name="twitter:card" content="summary_large_image">
20-
<meta property="twitter:domain" content="editpad.shashi.dev">
21-
<meta property="twitter:url" content="https://editpad.shashi.dev">
22-
<meta name="twitter:title" content="Edit Pad - Online Text Editor">
20+
<meta property="twitter:domain" content="notepad.shashi.dev">
21+
<meta property="twitter:url" content="https://notepad.shashi.dev">
22+
<meta name="twitter:title" content="Note Pad - Online Text Editor">
2323
<meta name="twitter:description"
24-
content="Edit Pad is an easy and clean Online text editor and note taking tool. Take notes online and download them in a text format. Great for taking quick notes in between meetings.">
24+
content="Note Pad is an easy and clean Online text editor and note taking tool. Take notes online and download them in a text format. Great for taking quick notes in between meetings.">
2525
<meta name="twitter:image" content="">
2626
<meta name="robots" content="index, follow">
2727
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2828
<meta name="language" content="English">
2929
<meta name="author" content="Shashi Prakash Gautam">
3030

3131
<head>
32-
<title>Edit Pad - Online Text Editor</title>
32+
<title>Note Pad - Online Text Editor</title>
3333
<link rel="stylesheet" href="css/style.css">
3434
<script src="js/main.js"></script>
3535
<script src="https://cdnjs.cloudflare.com/ajax/libs/uuid/8.3.2/uuid.min.js"></script>

0 commit comments

Comments
 (0)