Skip to content

Commit 70b17fb

Browse files
Fixed HTML markup issues in index.html (#421)
Resolved some of the HTML markup issues highlighted by w3 validator
1 parent 3f8479b commit 70b17fb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

template/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!DOCTYPE html>
2+
13
<html data-lt-installed="true">
24

35
<head>
@@ -6,7 +8,6 @@
68
<meta content="summary_large_image" name="twitter:card">
79
<link rel="icon" type="image/x-icon" href="/assets/images/editor-bootstrap-icon.png">
810
<meta name="viewport" content="width=device-width">
9-
<meta charset="utf-8">
1011

1112
<!--
1213
<base href="https://vim-bootstrap.com" />
@@ -23,10 +24,10 @@
2324
<meta name="twitter:image" content="/assets/images/editor-bootstrap-icon.png">
2425
<meta name="viewport" content="width=device-width">
2526

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">
3031
</head>
3132

3233
<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
317318
</div>
318319

319320
<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">
321322
<input type="email" name="email" id="bd-email" placeholder="your@email.com" required />
322323
<input type="hidden" value="1" name="embed" />
323324
<input type="submit" value="Subscribe" />

0 commit comments

Comments
 (0)