-
Notifications
You must be signed in to change notification settings - Fork 0
/
vocabulary_vegetables.html
43 lines (38 loc) · 1.21 KB
/
vocabulary_vegetables.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
42
43
<!DOCTYPE HTML>
<html>
<head>
<title>Vocabulary vegetables</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<script src="vegetables.js"></script>
</head>
<body>
<div class="main6">
<header class="app_header">
<div class="logo">
<img src="img/logo.png">
</div>
<div class="header_caption1">Vocabulary Lists "Vegetables"</div>
<div class="block_buttons">
<button id="btn_log_out">
<a href="index.html">Log out</a>
</button>
</div>
</header>
<nav>
<ul>
<li><a href="app.html">Vocabulary Lists</a></li>
<li><a href="games.html">Vocabulary Games</a></li>
<li><a href="my_words.html">My words</a></li>
</ul>
</nav>
<div class="container6">
<div class="list_words">
</div>
</div>
</div>
<script src="src/script.js"></script>
<script src="src/script3.js" type="module"></script>
</body>
</html>