-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
33 lines (31 loc) · 919 Bytes
/
project.html
File metadata and controls
33 lines (31 loc) · 919 Bytes
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
<!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>Project</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="project.css">
</head>
<body>
<header>
<div class="main">
<a href = "index.html">Home</a>
<a>/</a>
<a href = "project.html">Projects</a>
<a>/</a>
<a href = "lists.html">Lists</a>
</div>
<div class = "social">
<div></div>
<a>Twitter</a>
<a>Youtube</a>
<a>Github</a>
</div>
</header>
<div class="projects">
<div></div>
<h1><a href="https://elcoder4life.github.io/1st-Project/" target="_blank">Habit Tracker</a></h1>
</body>
</html>