Compare commits
2 Commits
49f9d46b61
...
0614fa166d
| Author | SHA1 | Date | |
|---|---|---|---|
| 0614fa166d | |||
| c2e31b5404 |
@@ -359,8 +359,8 @@
|
||||
<option value="hermes" selected>Hermes</option>
|
||||
</select>
|
||||
<select class="pricing-config-select" id="pricing-period">
|
||||
<option value="monthly">Monthly</option>
|
||||
<option value="yearly" selected>Yearly</option>
|
||||
<option value="monthly" selected>Monthly</option>
|
||||
<option value="yearly">Yearly</option>
|
||||
</select>
|
||||
<select class="pricing-config-select" id="pricing-location">
|
||||
<option value="france">France</option>
|
||||
|
||||
+10
-13
@@ -2624,19 +2624,16 @@
|
||||
charges. Cancel anytime with monthly termination.
|
||||
</p>
|
||||
|
||||
<!-- ── Config: agent, billing, location ── -->
|
||||
<div class="pricing-config-box">
|
||||
<span class="pricing-config-label"
|
||||
>Configure and buy your agent</span
|
||||
>
|
||||
<select class="pricing-config-select" id="pricing-agent">
|
||||
<option value="hermes" selected>Hermes</option>
|
||||
</select>
|
||||
<select class="pricing-config-select" id="pricing-period">
|
||||
<option value="monthly">Monthly</option>
|
||||
<option value="yearly" selected>Yearly</option>
|
||||
</select>
|
||||
<select class="pricing-config-select" id="pricing-location">
|
||||
<!-- ── Config: agent, billing, location ── -->
|
||||
<div class="pricing-config-box">
|
||||
<span class="pricing-config-label">Configure and buy your agent</span>
|
||||
<select class="pricing-config-select" id="pricing-agent">
|
||||
<option value="hermes" selected>Hermes</option>
|
||||
</select>
|
||||
<select class="pricing-config-select" id="pricing-period">
|
||||
<option value="monthly" selected>Monthly</option>
|
||||
<option value="yearly">Yearly</option>
|
||||
</select>
|
||||
<option value="france">France</option>
|
||||
</select>
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user