Explorar o código

Import plain color html backgrounds

DricomDragon %!s(int64=4) %!d(string=hai) anos
pai
achega
96ae4b945a
Modificáronse 2 ficheiros con 22 adicións e 0 borrados
  1. 11 0
      backgroundHtml/full_green.html
  2. 11 0
      backgroundHtml/full_white.html

+ 11 - 0
backgroundHtml/full_green.html

@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <!-- Page description -->
+    <meta name="description" content="Full green screen.">
+    <meta name="author" content="Jovian Hersemeule">
+
+    <title>Fullgreen</title>
+</head>
+<body style="background:rgb(0,255,0)">
+</body>

+ 11 - 0
backgroundHtml/full_white.html

@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <!-- Page description -->
+    <meta name="description" content="Full green screen.">
+    <meta name="author" content="Jovian Hersemeule">
+
+    <title>Fullgreen</title>
+</head>
+<body style="background:rgb(255,255,255)">
+</body>