mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-06 15:54:47 +00:00
Fix DefineLoad variables AutoComplete src_link.
Fix SATARep missing AHCI controller info. Add PCIDevFind to System/Externs.CC. Add screen clearing with DocClear or Cls when in raw text mode. Optimize RawPutChar. Fix EdLite RAWF_SCROLL bug. Update screenshots and README.
This commit is contained in:
parent
3b427c55b5
commit
768c2003e2
@ -50,7 +50,7 @@ In July of 2021, ZealOS was forked from ZenithOS.
|
||||
|
||||
## Screenshots
|
||||
|
||||
System Report, Z Splash and AutoComplete, with Stars wallpaper
|
||||
Network Report, UDP Chat Application and AutoComplete, with Stars wallpaper
|
||||
|
||||

|
||||
|
||||
|
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE0{color:#000000;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.c00{color:#000000;background-color:#000000;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.c00{color:#000000;background-color:#000000;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE0{color:#000000;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.c00{color:#000000;background-color:#000000;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cE4{color:#bb2020;background-color:#c7ab00;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
||||
<meta name="generator" content="ZealOS V0.11">
|
||||
<meta name="generator" content="ZealOS V0.12">
|
||||
<style type="text/css">
|
||||
body {background-color:#fef1f0;}
|
||||
.cF0{color:#000000;background-color:#fef1f0;}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user