-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.23 KB
/
Copy pathindex.html
File metadata and controls
35 lines (31 loc) · 1.23 KB
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
33
34
35
<!doctype html>
<html lang="en">
<head>
<title>Welcome to the Jungle (Courtesy of RHCP)!</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/indexes.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Imprima|Lobster+Two' rel='stylesheet' type='text/css'>
</head>
<body>
<header>Pychimp </br> For people too lazy to read fat books !</header>
<div id="content">
<artice>
<h3> Hello Folks !</h3>
<p>This site will host lessons on coding Python
More specifically Python3
Though, This is just a index site, I will add more stuff !
I wanted this site to be a mix of a little amount of blog, and mostly
otherstuff that I do.
</p>
<h3>Bye for now ! :) </h3>
</artice>
<p id="nav"><a href="https://github.com/Pychimp/Pychimp-vim">Vim Colorscheme Repo</a> | <a href="about.html">About Me</a></p>
</div>
<div id="botom">
<footer>
Copyright, Pychimp 2012!
Hosting provided by <a href="https://github.com">Github</a> !
</footer>
</div>
</body>
</html>