18 lines
998 B
HTML
18 lines
998 B
HTML
<div class="col-lg-3 text-center">
|
|
<h3>Subscribe</h3>
|
|
<ul>
|
|
<li>
|
|
<div class="input-append newsletter-box">
|
|
<form action="{ROOT_URL}subscribe/home" method="post" class="form-horizontal">
|
|
<input type="email" class="full form-control" placeholder="Email" id="email" name="email" autocomplete="email" style="margin-bottom: 15px;">
|
|
<input type="hidden" name="token" value="{TOKEN}">
|
|
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block">Subscribe</button>
|
|
</form>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
<div class="material-switch" style="margin-top: 25px; margin-bottom: 25px;">
|
|
<input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle" style="margin-top: 25px; margin-bottom: 25px; text-align:left;"/>
|
|
<label for="dark-mode-toggle" class="label-default" style="text-align:left;"></label>
|
|
</div>
|
|
</div> |