We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a69e9 commit e5e48b1Copy full SHA for e5e48b1
intro.html
@@ -3,15 +3,15 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>SnakeEditor: Easy to make python console application</title>
+ <title>SnakeCodeEditor: Easy to make python console application</title>
7
<link rel="stylesheet" href="intro.css">
8
<link rel="icon" href="logo.jpg">
9
</head>
10
<body>
11
<img src="logo.jpg" id="logo" alt="offline">
12
<div id="intro">
13
<div id="about">
14
- <h1>Welcome to <i>SnakeEditor</i></h1>
+ <h1>Welcome to <i>SnakeCodeEditor</i></h1>
15
<h1>Create <i>Console Application</i></h1>
16
<h1>Using <i>Python</i></h1>
17
<button id="gs" onclick="gets()">Get Started</button>
0 commit comments