From d2b99a54ac6a0bf90f85004afd47fe75ae636e2e Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Fri, 29 Jun 2018 23:47:14 -0500 Subject: [PATCH] Update index.html --- index.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/index.html b/index.html index 4f0c846..4116e24 100644 --- a/index.html +++ b/index.html @@ -16,13 +16,6 @@ .cwhite { color: white; } - html { - background: url(DremJS-Background.png) no-repeat center center fixed; - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; - } div { background-color: gray; width: 60px; @@ -32,6 +25,6 @@ } </style> <body> - <iframe src="i-index.html" style="height:500px;width:800px"></iframe> + <iframe src="index-closed.html" style="height:500px;width:800px"></iframe> </body> </html>