WINDOWS EMULATOR ONLINE DENGAN HTML
SOURCH CODE EMULATOR WINDOWS
Oke, kali ini saya ingin memberikan contoh sourch code yang outputnya menghasilkan emulator windows yang dibuat dengan bahasa pemrograman html. Langsung saja ini dia sourch codenya.
<html>
<head>
<title>windows emulator online</title>
<script src="https://cnd.jsdelivr.net/npm/vue@2.6.12/dist/vue.js"></script>
<script> src="https://d3js.org/d3.v6.min.js"</script>
<script src="https://code.responsivevoice.org/responsivevoice.js?key=OMs6S8oT"></script>
<script>console.log("looking for cookies")</script>
<script>console.log("Checking for data save")</script>
<script>console.log("RUNNING CPU DIAGNOSTICS")</script>
<script>console.log("Y/N do you want to enable cpu arch 64 host?")</script>
<script>console.log("Welcome to windows hosted by emuarchive brought to you by Shamil Burkhanov")</script>
</head>
<body>
<header class="windows1">
<h1>WINDOWS EMULATOR</h1>
</header>
<div>
<iframe class="windows" src="https://emupedia.net/beta/emuos/"></iframe>
</div>
<footer>
Enjoy
<br>hosted by emuarchive and brought to you by
<br> Shamil Burkhanov
</footer>
<style>
body{
background:#101010;
color:lightgreen;
}
.windows{
background:black;
color:lightblue;
border:solid;
border-raduis:20px;
border:lightblue;
height:100%;
width:100%;
}
.windows1{
background:black;
color:lightgreen;
font:roboto;
align:center;
position:center;
border:solid;
border-radius:20px;
}
</style>
</body>
</html>
Contoh tampilan Outputnya:
Sekian semoga bermanfaat dan menambah wawasan, apabila terjadi error atau lainnya silahkan komentar dibawah, terimakasih...
Kunjungi juga laman kami:
- Membuat Game Dengan html
- Membuat Love Dengan Python
- Belajar Sourch Code Simple #PART1
Ig: @bhiem04
Hp: 082114326091
Fb: Bhima Bramasta
Komentar
Posting Komentar