-
Notifications
You must be signed in to change notification settings - Fork 0
/
surukotoba.html
92 lines (86 loc) · 3.08 KB
/
surukotoba.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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Surukotoba f'Viossa</title>
<meta http-equiv='cache-control' content='no-cache'>
<html lang="en" xml:lang="en" xmlns= "http://www.w3.org/1999/xhtml">
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<meta name="google" content="notranslate">
<meta http-equiv="Content-Language" content="en">
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#f8fafc">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div style="display: flex; justify-content: space-between; align-items: center; box-sizing: border-box;">
<h1 style="margin: 0;">Surukotoba f'Viossa</h1>
<select id="color-scheme" onchange="changeColorScheme()" style="margin-left: auto;">
<option value="white">širo</option>
<option value="black">kuro</option>
<option value="blue" selected>blau</option>
<option value="teal">sini</option>
<option value="emerald">kulus</option>
</select>
</div>
<br>
<table>
<thead>
<tr>
<th>surukotoba</th>
<th>imi</th>
<th>riso 1</th>
<th>tatoeba 1</th>
</tr>
</thead>
<tbody>
<tr>
<td>deki</td>
<td>du deki nam ringo, men du dekinaj nam auto.</td>
<td><img src="https://img.freepik.com/free-photo/close-up-portrait-young-businessman_171337-394.jpg"></td>
<td>du dekinaj nam koin.</td>
</tr>
</tbody>
<tbody>
<tr>
<td>glug</td>
<td>glug lik 😋🫗</td>
<td><img src="https://img.freepik.com/free-photo/portrait-young-handsome-boy-drinking-cold-water-standing-near-corrugated-iron-siding_23-2148088795.jpg"></td>
<td>mies glug iške.</td>
</tr>
</tbody>
<tbody>
<tr>
<td>nam</td>
<td>nam lik 😋🍴</td>
<td><img src="https://img.freepik.com/free-photo/side-view-woman-eating-tasty-noodles_23-2149706745.jpg"></td>
<td>ona nam etlet.</td>
</tr>
</tbody>
<tbody>
<tr>
<td>vil</td>
<td>du vil spil, men du treňnaj spil.</td>
<td><img src="https://img.freepik.com/free-photo/little-boy-eats-chocolate-cake_140725-3505.jpg"></td>
<td>lapsi vil torta.</td>
</tr>
</tbody>
</table>
<br>
<footer>
<a href="https://youtube.com/@sqec">SquareScreamYT - YouTube</a>
<a href="https://github.com/SquareScreamYT">SquareScreamYT - GitHub</a>
<a href="https://freepik.com">riso - Freepik</a>
<br>
</footer>
<script src="script.js"></script>
</body>
</html>