-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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/SnakeCodeEditor" 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>