Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit2012 authored May 14, 2024
1 parent 24c7197 commit 7abe633
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions index.html
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>

0 comments on commit 7abe633

Please sign in to comment.