@2003scape/rsc-client
Version:
runescape classic web client
16 lines (15 loc) • 405 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Runescape by Andrew Gower</title>
<style>
body {
background-color: #000;
margin: 0;
}
</style>
</head>
<body><script src="./index.bundle.js"></script></body>
</html>