-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyworks.html
36 lines (29 loc) · 1.06 KB
/
myworks.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
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="assets/css/home.css">
</head>
<body id="works">
<div class="h1" >
<a href="index.html" >Home</a> |
<a href="contact.html">contact</a> |
<a href="gallery.html">Gallery</a> |
<a href="blog.html">Blog</a> |
<a href="myworks.html">My Works</a>
<span id="spi"><a href="./assets/answers/selectorsExercise.html" id="rn"> Question1</a>
<a href="./assets/answers/Question2.html" id="rn">Question2</a>
<a href="./assets/answers/question3.html" id="rn">Question3</a> </span>
</div>
<div id="empty"></div>
<div class="h1" id="bn"><a href="">Facebook</a> |
<a href="">Twitter</a>|
<a href="">Linked in</a> </div>
<div class="h1" id="bn"><a href="index.html">Home</a> |
<a href="contact.html">Contacts</a> |
<a href="gallery.html">Gallery</a></div>
<br>
</body>
</html>