You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
477 B
19 lines
477 B
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>30 Günlük JavaScript dərsləri</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>30 Günlük JavaScript:01 Gün</h1>
|
|
<h2>Giriş</h2>
|
|
<button onclick="alert('30 Günlük JavaScript dərslərinə xoş gəlmişsiniz');">Kliklə</button>
|
|
<script src="helloworld.js"></script>
|
|
<script src="introduction.js"></script>
|
|
<script src="variables.js"></script>
|
|
<script src="main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |