mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
15 lines
235 B
HTML
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>
|