-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
41 lines (37 loc) · 1.1 KB
/
index2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<script src="./js/uzd1.js" defer></script>
</head>
<body>
<!-- uzd sukurti sias strukturas -->
<!-- <h1 class="main-title">Yes it is dynamic</h1>
<section>
<h2>Section title</h2>
<p class="text">Hello i am section text</p>
</section>
<article class="about">
<h3 class="a__title">About me</h3>
<p class="a__summary">This is short summary about me</p>
<h4 class="a__towns-title">towns I have visited</h4>
<ul>
<li class="a__towns">Kaunas</li>
<li class="a__towns">Vilnius</li>
<li class="a__towns">Klaipeda</li>
</ul>
<button id="more-btn">Learn more</button>
</article> -->
<!-- ikelti trukstamas dienas -->
<ul>
<li>Pirmadienis</li>
<li>Antradienis</li>
<li>Treciadienis</li>
<li>Penktadienis</li>
<li>Sekmadienis</li>
</ul>
</body>
</html>