Misplaced semi-colon
This commit is contained in:
parent
3d1fb28e47
commit
d48b08c930
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="assets/styles/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="assets/styles/font.css" type="text/css" />
|
||||
</head>
|
||||
<body onload="javascript:load()";>
|
||||
<body onload="javascript:load();">
|
||||
<img id="background" src="" />
|
||||
|
||||
<div id="container">
|
||||
|
|
Loading…
Reference in a new issue