This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<div class="content-settings"> | |
<h1>Xbox One Achievement</h1> | |
<input value="My First Pen" class="content-settings__input" id="a_title" placeholder="Achievement" type="text" /> | |
<input value="100" class="content-settings__input" id="a_score" placeholder="Score" type="number" /> | |
<div class="content-settings__check"> | |
<input checked type="checkbox" id="a_rare" /> | |
<label for="a_rare"> | |
Rare | |
</label> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<div class="content-settings"> | |
<h1>Xbox One Achievement</h1> | |
<input value="My First Pen" class="content-settings__input" id="a_title" placeholder="Achievement" type="text" /> | |
<input value="100" class="content-settings__input" id="a_score" placeholder="Score" type="number" /> | |
<div class="content-settings__check"> | |
<input checked type="checkbox" id="a_rare" /> | |
<label for="a_rare"> | |
Rare | |
</label> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<div class="content-settings"> | |
<h1>Xbox One Achievement</h1> | |
<input value="My First Pen" class="content-settings__input" id="a_title" placeholder="Achievement" type="text" /> | |
<input value="100" class="content-settings__input" id="a_score" placeholder="Score" type="number" /> | |
<div class="content-settings__check"> | |
<input checked type="checkbox" id="a_rare" /> | |
<label for="a_rare"> | |
Rare | |
</label> |