Skip to content

Commit 7e451da

Browse files
authored
Update intro.html
1 parent 1cac1d2 commit 7e451da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

intro.html

Lines changed: 4 additions & 4 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>SnakeEdit: Easy to make python console application</title>
6+
<title>SnakeEditor: 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>SnakeEdit</i></h1>
14+
<h1>Welcome to <i>SnakeEditor</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>
@@ -23,10 +23,10 @@ <h1>Using <i>Python</i></h1>
2323
<br><br><br><br>
2424
<div id="github-osource">
2525
<h1>Open Source</h1>
26-
<a href="https://github.com/Harshit2012/SnakeEdit" target="_blank"><img id="g_img" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTZLNNYPJCZs8Nxqvgvw9l-ipz7jujAA-ifAA&s" alt="offline"></a>
26+
<a href="https://github.com/Harshit2012/SnakeEditor" target="_blank"><img id="g_img" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTZLNNYPJCZs8Nxqvgvw9l-ipz7jujAA-ifAA&s" alt="offline"></a>
2727
<h2>Github</h2>
2828
</div>
2929
<br>
3030
<script src="intro.js"></script>
3131
</body>
32-
</html>
32+
</html>

0 commit comments

Comments
 (0)