- Sep 28, 2020
- 126
- 389
I give you some example code to know this better, here:Can i ask something, is this html game ?
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>index</title>
<style type="text/css">
body{
font-size: 1.4em;
}
</style>
<script type="text/javascript">
alert('Hello, This is the Mistress.Ayin');
document.write("<b>Mistress.Ayin</b> grants you some knowledge !");
</script>
</head>
<body>
<h1>Welocome to <a href="https://f95zone.to/">F95zone</a> forum.</h1>
</body>
</html>
if you don't knows to make that code into a file, download this sample here.
Last edited: