Skip to content

Commit e5e48b1

Browse files
authored
Update intro.html
1 parent 88a69e9 commit e5e48b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>SnakeEditor: Easy to make python console application</title>
6+
<title>SnakeCodeEditor: Easy to make python console application</title>
77
<link rel="stylesheet" href="intro.css">
88
<link rel="icon" href="logo.jpg">
99
</head>
1010
<body>
1111
<img src="logo.jpg" id="logo" alt="offline">
1212
<div id="intro">
1313
<div id="about">
14-
<h1>Welcome to <i>SnakeEditor</i></h1>
14+
<h1>Welcome to <i>SnakeCodeEditor</i></h1>
1515
<h1>Create <i>Console Application</i></h1>
1616
<h1>Using <i>Python</i></h1>
1717
<button id="gs" onclick="gets()">Get Started</button>

0 commit comments

Comments
 (0)