-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (55 loc) · 1.75 KB
/
index.html
File metadata and controls
56 lines (55 loc) · 1.75 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
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VZDH196RMV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VZDH196RMV');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3957772349487941"
crossorigin="anonymous"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>iRIS</title>
<link rel="stylesheet" href="resources/style.css">
<script src="resources/IDs.js"></script>
<script src="scripts/index.js"></script>
</head>
<body>
<div class="container">
<div class="nav">
<img src="resources\logo.png" alt="iRIS logo" class="logo">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="banner">
<h1>Welcome to iRIS</h1>
<p>The home of innovative and reliable tech products</p>
</div>
<div class="products">
</br>
<div class="notice">
<div>
<a class="container" href="committment.html">Learn about our commitment.</a>
</div>
</div>
<h2>Our Featured News</h2>
<div class="blogContainer"></div>
</div>
<div class="products">
<h2>Our Featured Products</h2>
<div class="container"></div>
</div>
</div>
<div class="footer">
<p>© 2023 by iRIS Group inc. All rights reserved.</p>
</div>
</body>
</html>