-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
33 lines (32 loc) · 1.26 KB
/
about.html
File metadata and controls
33 lines (32 loc) · 1.26 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
<html>
<head>
<title>PatchWare</title>
<link href="about.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="navbar">
<img src="logo.png" class="logo">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="#">Other</a></li>
<li><a href="#">Troubleshoot</a></li>
<li><a href="buyRFID.html">Buy</a></li>
<li><a href="about.html"><u>About</u></a></li>
</ul>
</div>
<div class="banner">
<div class="content">
<h1>Hi, I'm glad you're here</h1>
<h2>How did PatchWare come about? George Fence once created the BeanOS operating system, later renamed it PatchOS. </h2>
<span></span>
<h2> Cosmos started releasing better updates, and with it PatchOS too. </h2>
<span></span>
<h2> There were countless bugs due to PrismAPI in PatchOS, but George Fence did not give up and continued to fix the bugs.</h2>
</div>
</div>
<div class="end">
<p>PatchWare 2024</p>
</div>
</body>
</html>