Update index.html

This commit is contained in:
DremOS Developing Team 2018-06-29 23:47:14 -05:00 committed by GitHub
parent 84127beb24
commit d2b99a54ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,6 @@
} }
.cwhite { .cwhite {
color: white; 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 { div {
background-color: gray; background-color: gray;
@ -32,6 +25,6 @@
} }
</style> </style>
<body> <body>
<iframe src="i-index.html" style="height:500px;width:800px"></iframe> <iframe src="index-closed.html" style="height:500px;width:800px"></iframe>
</body> </body>
</html> </html>