Files
2025-09-18 17:55:52 -04:00

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>