-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.html
More file actions
46 lines (46 loc) · 2.2 KB
/
products.html
File metadata and controls
46 lines (46 loc) · 2.2 KB
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
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Team Pasra - Products</title>
<meta name="Content-Language" content="ja">
<meta name="Robots" content="INDEX,FOLLOW">
<meta name="Description" content="No teamwork team "Team Pasra" Official Page">
<link rel="stylesheet" type="text/css" href="css/common.css" >
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</head>
<body>
<!--[if lt IE 7]> <div style=' clear: both; height: 59px; padding:0 0 0 15px; position: relative;'> <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://www.theie6countdown.com/images/upgrade.jpg" border="0" height="42" width="820" alt="" /></a></div> <![endif]-->
<div id="base">
<div id="header">
<div id="title">
<h1><a title="Team Pasra" href="/"><img alt="Team Pasra" src="images/common/dummy.gif" />Team Pasra</a></h1>
</div>
<div id="menu" class="products">
<ul>
<li><strong><a title="Team Pasra Members" href="index.html"></a></strong></li>
<li><strong><a title="Products" href="products.html"></a></strong></li>
<li><strong><a title="Logs" href="http://log.pasra.tk/"></a></strong></li>
</ul>
</div>
</div>
<div data-content-name="products.html" class="page">
<div class="box">
<div class="box_2_main"><img src="images/common/products.png" width="442" height="210" alt="main"></div>
<div class="box_2_sub_right"></div>
</div>
<div class="box_center">
<div class="box_2_sub_left"></div>
<div class="box_2_main"><img src="images/common/products.png" width="442" height="210" alt="main"></div>
</div>
<div class="box">
<div class="box_2_main"><img src="images/common/products.png" width="442" height="210" alt="main"></div>
<div class="box_2_sub_right"></div>
</div>
</div>
<div id="footer"><img alt="" src="images/common/dummy.gif"></div>
</div>
</body>
</html>