Browse Source

Fix wrong hexa color in webgl_loader_sea3d

Tristan Valcke 8 years ago
parent
commit
0da24de64b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_loader_sea3d.html

+ 1 - 1
examples/webgl_loader_sea3d.html

@@ -28,7 +28,7 @@
 	</head>
 	</head>
 	<body>
 	<body>
 		<div id="info">
 		<div id="info">
-			<a href="http://threejs.org" target="_blank">three.js</a> - asset by <a href="https://github.com/sunag/sea3d" style="color:#FFFFF" target="_blank">sea3d</a>
+			<a href="http://threejs.org" target="_blank">three.js</a> - asset by <a href="https://github.com/sunag/sea3d" style="color:#FFFFFF" target="_blank">sea3d</a>
 		</div>
 		</div>
 
 
 		<script src="../build/three.js"></script>
 		<script src="../build/three.js"></script>