-
Notifications
You must be signed in to change notification settings - Fork 0
/
Works.html
38 lines (33 loc) · 1.13 KB
/
Works.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
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href='http://fonts.googleapis.com/css?family=Combo&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="%E9%93%BE%E6%8E%A5%E4%B8%8B%E5%88%92%E7%BA%BF.css" >
<title>lalala</title>
<link rel="stylesheet" href="work.css">
</head>
<body>
<div class="wall">
<a href="http://www.sof.edu.pl/" target="_blank"><img src="School_of_Form_logotyp.jpg" alt=""></a>
<div class="container">
<div class="img"><img src="IMG_0069.jpg" alt=""></div>
<ul class="menu">
<li> <a href="index.html">Home</a></li>
<li class="Works_color"><a href="Works.html"> Works </a></li>
<li><a href="Travel.html">Travel</a></li>
<li class="has-submenu">Contact
<ul>
<li><a href="Profile.html">Profile</a></li>
</ul>
</li>
</ul>
</div>
<div class="main">
<h1>UI Work</h1>
<div class="work"><img src="Final.png" alt=""></div>
</div>
<footer>Copyright © 2016 Jincheng_Hu_webside. All Rights Reserved | Design by Jincheng </footer>
</div>
</body>
</html>