-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
15 lines (14 loc) · 1.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="samplecss/sample.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>GitHub</h1>
<p id="para1">GitHub is a web-based hosting service for software development projects that use the Git revision control system. GitHub offers both paid plans for private repositories, and free accounts for open source projects. As of May 2011, GitHub was the most popular open source code repository site.
GitHub Inc. was founded in 2008 and is based in San Francisco, California.</p>
<p class="para2">GitHub also operates other services: a pastebin-style site called Gist that provides wikis for individual repositories and web pages that can be edited through a Git repository, a slide hosting service called Speaker deck, and a web analytics platform called Gauges.</p>
</body>
</html>