Skip to content

Commit c779d7e

Browse files
save file
1 parent d955931 commit c779d7e

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

html-components/html-components.html

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
<head>
88
<meta charset=utf-8>
99

10-
<meta name=viewport content='width=device-width, initial-scale=1'>
11-
10+
<title>
11+
HTML Components
12+
</title>
13+
14+
<base href='https://ext-code.com/html-components/'>
15+
<link rel=canonical href='https://ext-code.com/html-components/html-components.html'>
16+
1217
<link rel=icon type='image/x-icon' href='/favicon.ico'>
18+
<meta name=viewport content='width=device-width, initial-scale=1'>
1319

1420

1521
<script src='https://cdn.jsdelivr.net/npm/ace-builds@1.37.0/src-min-noconflict/ace.js'></script>
@@ -51,7 +57,7 @@
5157
ex1.init(),
5258
]);
5359

54-
innitdom();
60+
initdom();
5561

5662
}//init
5763

@@ -79,22 +85,13 @@
7985

8086

8187

82-
<link href="/css/website.css" id="website-css" rel="stylesheet">
83-
8488
<style>
8589

86-
/*
87-
@font-face {
88-
font-family: "street-eagle";
89-
src: url(/fonts/street-eagle.ttf) format('truetype');
90-
}
91-
*/
92-
93-
#links a {display:block}
94-
9590

9691
.hr2
9792
{border-top:1px solid blue;margin:30px}
93+
94+
9895

9996
</style>
10097

0 commit comments

Comments
 (0)