forked from puranik3/myproject-sapient-jul-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
25 lines (24 loc) · 769 Bytes
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/home.css">
</head>
<body>
<h1>About Git</h1>
<hr />
<p>
Git is a Version Control System. This repo has some files I created when experimenting with Git and GitHub.
</p>
<a href="#">Twitter</a>
<a href="#">About</a>
<a href="#">My link</a>
<a href="#">Google</a>
<a href="#">Facebook</a>
<p>Experiment</p>
</body>
</html>