Skip to content

Commit 7abe633

Browse files
authored
Create index.html
1 parent 24c7197 commit 7abe633

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

index.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<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>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>
18+
</div>
19+
<div id="preview">
20+
<img src="SnakeEdit.png" alt="offline" id="preview_img">
21+
</div>
22+
</div>
23+
<br><br><br><br>
24+
<div id="github-osource">
25+
<h1>Open Source</h1>
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>
27+
<h2>Github</h2>
28+
</div>
29+
<br>
30+
<script src="intro.js"></script>
31+
</body>
32+
</html>

0 commit comments

Comments
 (0)