Skip to content

Commit e39c304

Browse files
save file
1 parent b2593b0 commit e39c304

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

html-components/html-components.html

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1+
2+
13
<!doctype html>
4+
25
<html>
36

4-
<!-- html-components.html -->
5-
6-
<head style="display: block;">
7+
<head>
8+
<meta charset=utf-8>
79

10+
<meta style="display: block;" name="viewport" content="width=device-width, initial-scale=1">
11+
12+
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" style="display: block;">
13+
<link href="/css/website.css" id="website-css" rel="stylesheet">
14+
15+
<style id="page-css">
16+
</style>
17+
<script id="page-js"></script>
18+
19+
20+
821
<style>
922
/*
1023
@font-face {
@@ -16,19 +29,9 @@
1629
#links a {display:block}
1730

1831
</style>
19-
<meta style="display: block;" name="viewport" content="width=device-width, initial-scale=1">
2032

21-
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" style="display: block;">
22-
</link>
23-
<link style="display: block;" href="/css/website.css" id="website-css" rel="stylesheet">
24-
</link>
2533

26-
<style style="display: none;" id="page-css">
27-
</style>
28-
<script style="display: none;" id="page-js">
29-
</script>
3034

31-
</meta>
3235
</head>
3336

3437
<body>

0 commit comments

Comments
 (0)