-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrogos.html
30 lines (30 loc) · 1.27 KB
/
frogos.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
<!DOCTYPE html>
<!-- this is free and unencumbered software released into the public -->
<!-- domain. refer to the attached UNLICENSE or http://unlicense.org/ -->
<!-- the frog photo is courtesy of David Clode and its licensed under CC -->
<html>
<head>
<meta charset="utf-8" />
<title>The Hoppiest OS ever</title>
<link rel="stylesheet" href="style.css?v=1.0.1" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,
maximum-scale=1.0,user-scalable=no;" />
</head>
<body background="frogos.jpg">
<div class="center">🐸
<div class="contents2">
<ul>
<li>🐸FrogOS🐸 is a POC Gentoo-based operating system with an electron userspace, its on alpha 1.2.2</li>
<li>source code components are separated into two different repositories</li>
<li>It's a project made together with Rph.</li>
<li><a target="_blank" href="https://git.froggi.es/rph/frogos"><span>// </span>Userspace</a></li>
<li><a target="_blank" href="https://git.froggi.es/uramekus/frogos"><span>// </span>Skeleton+buildfiles</a></li>
<li><a target="_blank" href="https://rph.space"><span>// </span>Rph website</a></li>
</ul>
</div>
<canvas id="screen">
your browser does not support/allow canvases
</canvas>
</div>
</body>
</html>