Pixel-Composer/datafiles/GMEXT-Steamworks.html

24 lines
526 B
HTML
Raw Normal View History

2024-09-18 03:05:47 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>GMEXT-Steamworks Documentation</title>
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
iframe {
border: none;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<iframe src="../extensions/steamworks/docs/home.html"></iframe>
</body>
</html>