-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24c7197
commit 7abe633
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>SnakeCodeEditor: Easy to make python console application</title> | ||
<link rel="stylesheet" href="intro.css"> | ||
<link rel="icon" href="logo.jpg"> | ||
</head> | ||
<body> | ||
<img src="logo.jpg" id="logo" alt="offline"> | ||
<div id="intro"> | ||
<div id="about"> | ||
<h1>Welcome to <i>SnakeCodeEditor</i></h1> | ||
<h1>Create <i>Console Application</i></h1> | ||
<h1>Using <i>Python</i></h1> | ||
<button id="gs" onclick="gets()">Get Started</button> | ||
</div> | ||
<div id="preview"> | ||
<img src="SnakeEdit.png" alt="offline" id="preview_img"> | ||
</div> | ||
</div> | ||
<br><br><br><br> | ||
<div id="github-osource"> | ||
<h1>Open Source</h1> | ||
<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> | ||
<h2>Github</h2> | ||
</div> | ||
<br> | ||
<script src="intro.js"></script> | ||
</body> | ||
</html> |