Skip to content

Commit a3a5887

Browse files
save file
1 parent 5786e92 commit a3a5887

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

blog/25-07-23/http2-server/http2-server.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@
106106
body>*
107107
{max-width:1400px;width:100%;padding:0 20px;}
108108

109+
110+
#desc
111+
{margin:20px 0}
112+
#editor-root
113+
{border:1px solid lightblue;border-radius:5px;padding:10px;overflow:hidden;}
114+
115+
109116
</style>
110117

111118

@@ -120,20 +127,21 @@ <h1 class=title>
120127
http2 server
121128
</h1>
122129
<div slot=date>
123-
14 Oct 2025
130+
15 Oct 2025
124131
</div>
125132
</blog-hdr>
126133

127134

128135

129-
<div>
136+
<div id=desc>
130137

131-
http2 server
138+
how to create a http2 server in nodejs
132139

133140
</div>
134141

142+
<div id=editor-root>
135143

136-
<editor id=server type=nodejs component v2.0>
144+
<editor id=server type=nodejs component v2.0>
137145

138146

139147

@@ -206,7 +214,9 @@ <h1 class=title>
206214

207215

208216

209-
</editor>
217+
</editor>
218+
219+
</div>
210220

211221

212222

0 commit comments

Comments
 (0)