Luotuo-Fighter-GO / index.html
silk-road's picture
Update index.html
d7a0a2c
raw
history blame contribute delete
No virus
574 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Luotuo-Fighter-GO</title>
<style>
body, html {
margin: 0%;
padding: 0;
height: 100%;
}
iframe {
border: none;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<iframe src="https://luotuo.sirly.cc" title="Luotuo-Fighter-GO" >
Your browser does not support iframes.
</iframe>
</body>
</html>