-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtechnology.html
More file actions
26 lines (26 loc) · 993 Bytes
/
technology.html
File metadata and controls
26 lines (26 loc) · 993 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="index1.css">
<link rel="stylesheet" href="./style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Technology</title>
</head>
<body>
<header>
<a href="index.html"><img class="headerLogo" src="logos/head_Logo.png"></a>
<div class="center">
<a class="headerLink" href="index.html">Home</a>
<a class="headerLink" href="technology.html">Technology</a>
<a class="headerLink" href="aboutUs.html">About us</a>
<a class="headerLink" href="store.html">Store</a>
</div>
</header>
<div id='container'></div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/bodymovin/4.13.0/bodymovin.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script><script src="./script.js"></script>
</body>
</html>