-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallanges.html
More file actions
70 lines (59 loc) · 1.96 KB
/
Copy pathchallanges.html
File metadata and controls
70 lines (59 loc) · 1.96 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html lang="en" data-bs-theme="dark"><head>
<meta charset="utf-8">
<meta name="description" content="Introduction to Maj language.">
<meta name="author" content="Elucian Moise">
<meta name="keywords" content="sage, code, maj, akara, grammar, auxiliary, language, conlang">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Website title -->
<title>SC Maj</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<!-- Icon -->
<link rel="icon" type="image/png" href="../images/favicon.ico">
<!-- Prism Highlighter -->
<link rel="stylesheet" href="../prism.css">
<!-- custom css -->
<link rel="stylesheet" href="https://sagecode.net/sage.css">
</head>
<body>
<div class="container">
<!-- header -->
<div class="row">
<div class="col">
<a href="https://sagecode.net"><img src="https://sagecode.net/images/sage-logo.svg" alt="Sage-Code Laboratory" height="80"/></a>
</div>
<div class="col bottom-right">
<a href="index.html#lang-index" rel="nofollow">index</a><--
</div>
</div><hr>
<h1>Maj Challenges</h1>
<div class="alert alert-secondary shadow-sm">
Next you can read some examples called challenges. Each example has one or two related propositions to be translated. Thanks for reading about Maj and enjoy the next challenges ...
</div>
<div>
<a href="moka.html">Moka = Food </a>
<br>
<a href="guta.html"> Guta = Taste</a>
<br>
<a href="bebe.html"> Bebe = Drinks</a>
<br>
<a href="siza.html"> Siza = Season</a>
<br>
<a href="pese.html"> Pese = People</a>
<br>
<a href="nime.html"> Nime = Animale</a>
<br>
<a href="pome.html">Fruits = Pome</a>
<br>
<a href="ultimate.html">Ultimate challenge</a>
</div>
<hr>
<p><b>Read next:</b>
<a href="index.html">Index</a></p>
<!-- Footer -->
<footer class="footer">
<div class="footer-copyright text-center"></div>
</footer>
</div>
</body>
</html>