-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
55 lines (54 loc) · 1.72 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<DOCTYPE html>
<html>
<head>
<title>Quad-OS About</title>
</head>
<style>
body {
background-color: darkgray;
z-index: 2;
}
.button {
background-color: green;
color: white;
border: none;
padding: 15px;
margin: 4px 2px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
width: 15%;
z-index-: 2;
}
</style>
<body>
<center>
<h1>Quad-OS is a web-based operating system. The thing that is special about Quad-OS is that you never have to log into it, as all the data and changes that you make to your version of Quad-OS is saved on the local storage of your computer. What this means is that any changes you make only affect Quad-OS on your computer, and nobody elses.</h1>
<br>
<h2>CREDITS</h2>
<br>
<h3>BOX</h3>
<hr>
<h4>Kevin K(Most of JS)</h4>
<br>
<h4>Amar M(CSS + HTML)</h4>
<br>
<h4>Arnav M(CSS + HTML)</h4>
<br>
<h4>Lori E(Some JS)</h4>
<br>
<h4>Karen M(Art)</h4>
<br>
<h3>Quad-OS</h3>
<br>
<h4>Amar</h4>
<br>
<h3>Google Search Engine</h3>
<br>
<h4>Google</h4>
<a href = "home.html" class = "button">Home</a>
</center>
</body>
</html>