bgfx/examples/helloworld/index.htm
2012-05-06 16:45:30 -07:00

15 lines
235 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>BGFX: Hello, World!</title>
</head>
<body>
<embed name="nacl_module"
id="helloworld"
width=1280
height=720
src="helloworld.nmf"
type="application/x-nacl"
/>
</body>
</html>