-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (37 loc) · 1007 Bytes
/
index.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
39
40
41
42
43
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>qrOne</title>
</head>
<body>
<div class = "container">
<canvas class="qrOne-scrolling"></canvas>
</div>
<!-- <h1>about us</h1> -->
<h3>
<img src="down.jpg" width = "80" height="80">
</h3>
<section class = "one">
</section>
<section class = "two">
</section>
<section class = "three">
</section>
<section class = "four">
</section>
<div class = "bottomFlex">
<h1>
<a href="about">about us</a>
</h1>
<h2>
<a href="https://www.linkedin.com/company/qrone/" target = "_blank">
<img src="bitmoji.jpg" width = "100" height="100">
</a>
</h2>
</div>
<script src="app.js"></script>
</body>
</html>