15 lines
563 B
HTML
15 lines
563 B
HTML
<div class="card mb-4 shadow-sm" id="info-box">
|
|
<div class="row g-0">
|
|
<div class="col-md-10">
|
|
<div class="card-body">
|
|
<h2 class="card-title h2">Information</h2>
|
|
<div class="mb-3">
|
|
<p>
|
|
This site allows users to subscribe to Twitch drops notifications. You can choose to be alerted when new drops are found on Twitch or when the drops become available for farming.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|