🎮ArcadeLab

Fan Concept - Mortal Kombat

by SonicBear35
38 lines607 bytes
▶ Play
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fan Concept - Mortal Kombat</title>
<style>
body{
    margin:0;
    background:#111;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    font-family:Arial,sans-serif;
    text-align:center;
}
h1{
    color:#ff3b30;
    font-size:50px;
    margin-bottom:10px;
}
p{
    font-size:28px;
    color:#ffd700;
}
</style>
</head>
<body>

<div>
    <h1>Mortal Kombat</h1>
    <p>COMING SOON</p>
</div>

</body>
</html>

Game Source: Fan Concept - Mortal Kombat

Creator: SonicBear35

Libraries: none

Complexity: simple (38 lines, 607 bytes)

The full source code is displayed above on this page.

Remix Instructions

To remix this game, copy the source code above and modify it. Add a ARCADELAB header at the top with "remix_of: fan-concept-mortal-kombat-sonicbear35" to link back to the original. Then publish at arcadelab.ai/publish.