bgfx/examples/00-helloworld/index.htm
2012-09-16 17:36:08 -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>