Kaydet (Commit) 67fd4152 authored tarafından Ali GOREN's avatar Ali GOREN Kaydeden (comit) GitHub

Create index.html

üst a700fafe
<html>
<head>
<meta charset="utf-8">
<title>Bi tık daha büyütebilir miyiz?</title>
</head>
<body>
<img class="my" src="https://aligoren.com/images/ali.jpg" alt="">
<br><br>
<button>Büyütsene</button>
<script src="BiTik.js" ></script>
<script>
document.querySelector("button").addEventListener("click", () => {
new BirTik(".my").Buyut({
px: 5,
tik: 1
})
})
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment