File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments