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