-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasmaca.html
39 lines (31 loc) · 1.27 KB
/
basmaca.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
<!-- Basmaca 1.1 sürümü -->
<!-- https://data-deveb.github.io/basmaca -->
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="basmaca/basmaca.en.css">
<link rel="stylesheet" href="basmaca/basmaca.tr.css">
<title>Basmaca 1.1</title>
</head>
<body>
<!-- Türkçe için Basmaca 1.1 -->
<input id="0001-basmacayı-aç" type="radio" name="0001-tr">
<label for="0001-basmacayı-aç">AÇ</label>
<label for="0001-basmacayı-yum">YUM</label>
<input id="0001-basmacayı-yum" type="radio" name="0001-tr" checked>
<!-- Senin alanın, herhangi birini koy... div, ul, aside veya ötekileri -->
<div>SENİN ALANIN</div>
<!------------------------------------------------------------------------>
<hr>
<!-- Basmaca 1.1 For English -->
<input id="open-basmaca-0002" type="radio" name="0002-en">
<label for="open-basmaca-0002">OPEN</label>
<label for="close-basmaca-0002">CLOSE</label>
<input id="close-basmaca-0002" type="radio" name="0002-en" checked>
<!-- Your side, put anything... div, ul, aside or others -->
<div>YOUR SIDE</div>
<!--------------------------------------------------------->
</body>
</html>