File tree Expand file tree Collapse file tree
code/nodejs/servers/https-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+
3+
4+ <!DOCTYPE html>
5+
6+
7+ < html lang =en >
8+
9+ < head >
10+ < meta charset =utf-8 >
11+
12+ < title >
13+ file-server.js
14+ </ title >
15+
16+ < meta name =description content =''>
17+
18+ < base href ='https://ext-code.com/code/nodejs/servers/https-server/https-server.html '>
19+ < link rel =canonical href ='https://ext-code.com/code/nodejs/server/https-server/https-server.html '>
20+
21+ < meta name =viewport content ='width=device-width, initial-scale=1 '>
22+
23+
24+ < script src ='https://libs.ext-code.com/js/dom/component/v3.0/component.js?hdr '> </ script >
25+
26+ < script >
27+
28+ var path = 'nodejs/servers/https-server/' ;
29+ var filename = 'https-server.js' ;
30+ var date = '2026-04-21' ;
31+ var files = {
32+ 'source' : {
33+ 'latest' : null ,
34+ } ,
35+ 'examples' : {
36+ } ,
37+ } ;
38+
39+
40+ mod . stack . push ( ready2 ) ;
41+
42+ function ready2 ( ) {
43+ console . log ( 'ready2' ) ;
44+ btn . download . complete = async function ( ) {
45+
46+
47+ //var {create_archive} = await import('https://code.ext-code.com/nodejs/servers/file-server/create-archive.m.js');
48+ //create_archive();
49+
50+ } //complete
51+
52+ } //ready2
53+
54+
55+ </ script >
56+
57+ </ head >
58+
59+ < body >
60+
61+ < page-html v1.0 component =grp2 style ='display:block '> </ page-html >
62+
63+ </ body >
64+
65+ </ html >
66+
67+
68+
69+
70+
You can’t perform that action at this time.
0 commit comments