🍓 CodeStudio
پروژه من
🟧index.html×
🟨app.js×
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html dir="rtl">
<head>
  <meta charset="utf-8">
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <h1 id="t">سلام 🍓</h1>
  <button onclick="hi()">کلیک کن</button>
  <script src="app.js"></script>
</body>
</html>
Remix on Berrry