Kernel 0.94

This commit is contained in:
Rémy GIBERT 2020-06-03 17:02:13 +02:00
parent 1dd817389f
commit d0f3ecd8d4
1 changed files with 12 additions and 1 deletions

View File

@ -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>