-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
41 lines (37 loc) · 1.18 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="aboutUs.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 = "flexbox-container">
<div class = "flexbox-item flexbox-item-1">
<h1>
<a href="index">qrOne</a>
</h1>
<p>
one qr code to rule them all, <br>
one qr code to find them, <br>
one qr code to bring them all, <br>
and in the darkness bind them.
</p>
<p>
just kidding, we don’t believe in magic
</p>
<p>
but we do believe in helping every college and university with just a qr code.
</p>
</div>
<div class = "flexbox-item flexbox-item-2">
<h3>
<img src= "qrGIF.gif" width="450" height="380">
<!-- <img src= "qrGIF.gif" width="41%" height="52%"> -->
</h3>
</div>
</div>
</body>
</html>