Add back background on html element

This prevents a flash of white from displaying while the CSS loads
This commit is contained in:
Kevin Sawicki 2013-01-23 08:22:46 -08:00
parent e193bb14cc
commit 64332736e1

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html style="background: #333">
<head>
<title></title>