Files
rpgzrox/rpg/roll.html

18 lines
566 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>obs</title>
<script type="text/javascript" src="js/libs/jquery.js"></script>
<script type="text/javascript" src="js/globais.js"></script>
<script type="text/javascript" src="js/libs/tata.js"></script>
</head>
<body>
<script type="text/javascript" src="js/roll.js"></script>
</body>
</html>