-
Notifications
You must be signed in to change notification settings - Fork 0
/
deleted.html
29 lines (28 loc) · 961 Bytes
/
deleted.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
<div class="button-groups">
<button class="btn info">I also know what Sorani means </button>
<button class="btn primary">
Synonyms exist
</button>
<button class="btn great">
I can add an example sentence.
</button>
<button class="btn success">
I confirm this
</button>
</div>
<div class="form-group">
<label for="meaning">Sorani Meaning</label>
<input type="text" class="form-control" id="meaning" placeholder="Meaning">
</div>
<div class="form-group">
<label for="example">Synonym 1</label>
<input type="text" class="form-control" id="example" placeholder="Example">
</div>
<div class="form-group">
<label for="example">Synonym 2</label>
<input type="text" class="form-control" id="example" placeholder="Example">
</div>
<div class="form-group">
<label for="example">Example Sentence</label>
<input type="text" class="form-control" id="example" placeholder="Example">
</div>