|
| 1 | +<!DOCTYPE html> |
| 2 | + |
1 | 3 | <html data-lt-installed="true"> |
2 | 4 |
|
3 | 5 | <head> |
|
6 | 8 | <meta content="summary_large_image" name="twitter:card"> |
7 | 9 | <link rel="icon" type="image/x-icon" href="/assets/images/editor-bootstrap-icon.png"> |
8 | 10 | <meta name="viewport" content="width=device-width"> |
9 | | - <meta charset="utf-8"> |
10 | 11 |
|
11 | 12 | <!-- |
12 | 13 | <base href="https://vim-bootstrap.com" /> |
|
23 | 24 | <meta name="twitter:image" content="/assets/images/editor-bootstrap-icon.png"> |
24 | 25 | <meta name="viewport" content="width=device-width"> |
25 | 26 |
|
26 | | - <link rel="preload" href="/assets/css/dracula-ui.css" as="style" /> |
27 | | - <link rel="stylesheet" href="/assets/css/dracula-ui.css" /> |
28 | | - <link rel="preload" href="/assets/css/style.css" as="style" /> |
29 | | - <link rel="stylesheet" href="/assets/css/style.css" /> |
| 27 | + <link rel="preload" href="/assets/css/dracula-ui.css" as="style"> |
| 28 | + <link rel="stylesheet" href="/assets/css/dracula-ui.css"> |
| 29 | + <link rel="preload" href="/assets/css/style.css" as="style"> |
| 30 | + <link rel="stylesheet" href="/assets/css/style.css"> |
30 | 31 | </head> |
31 | 32 |
|
32 | 33 | <body class="drac-bg-black drac-text-white"> |
@@ -317,7 +318,7 @@ <h2 class="drac-heading title drac-text-pink-purple drac-heading-2xl drac-text-w |
317 | 318 | </div> |
318 | 319 |
|
319 | 320 | <div class="drac-box bodyform"> |
320 | | - <form class="form" action="https://buttondown.email/api/emails/embed-subscribe/editor-bootstrap" method="post" target="popupwindow" onsubmit="window.open( 'https://buttondown.email/editor-bootstrap', 'popupwindow')" class="embeddable-buttondown-form"> |
| 321 | + <form action="https://buttondown.email/api/emails/embed-subscribe/editor-bootstrap" method="post" target="popupwindow" onsubmit="window.open( 'https://buttondown.email/editor-bootstrap', 'popupwindow')" class="form embeddable-buttondown-form"> |
321 | 322 | <input type="email" name="email" id="bd-email" placeholder="your@email.com" required /> |
322 | 323 | <input type="hidden" value="1" name="embed" /> |
323 | 324 | <input type="submit" value="Subscribe" /> |
|
0 commit comments