Update index.html

This commit is contained in:
Noololly 2021-12-17 11:27:57 +00:00 committed by GitHub
parent 67ca9954bb
commit 298840db23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,16 @@
background-color: red;
}
</style>
<script>
var alex = "The Best";
if(alex == "The Best"){
alert("Alex is the best!!");
}
</script>
</head>
<body>
<div class="olly">
<p>Hello World!</p>
<p>Alex is the best!!</p>
</div>
</body>
</html>