mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
16 lines
491 B
HTML
16 lines
491 B
HTML
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" id="www-roblox-com">
|
|
<head>
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<p>ROBLOX</p>
|
|
<button onclick="window.external.Play()">
|
|
Play</button>
|
|
<button onclick="window.external.Load()">
|
|
Load</button>
|
|
</center>
|
|
</body>
|
|
</html> |