mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-22 00:32:44 +00:00
Kernel 0.94
This commit is contained in:
parent
1dd817389f
commit
d0f3ecd8d4
@ -3,7 +3,18 @@ NEW
|
||||
<html>
|
||||
<head>
|
||||
<title>Title of the document</title>
|
||||
</head>
|
||||
<style>
|
||||
@font-face { font-family: ScanLines; src: url('scanlines.ttf') format('truetype'); }
|
||||
h1 {
|
||||
font-family: ScanLines;
|
||||
color: #00ff00;
|
||||
}
|
||||
p {
|
||||
font-family: ScanLines;
|
||||
color: #00ff00;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body bgcolor="black">
|
||||
<h1>This is a heading</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user