📄 fsdata.c
字号:
/*************************************************************************
fsdata.c generator for UIP0.9
Works with cc65 C compiler
Based on the work of Adam Dunkels <adam@dunkels.com>
The syntax has been left as-is, with respect to the perl version
Supports for a maximum of 2 levels directory and 999 files in each directory
For more information, please go to http://www.design4fpga.com
ALL RIGHTS RESERVED, COPYRIGHT APRIL 2006, DESIGN4FPGA
*************************************************************************/
/*************************************************************************
REDISTRIBUTION OF THIS PIECE OF SOFTWARE IN SOURCE OR AS A BINARY FILE IS PERMITTED IF AND ONLY IF
THE FOLLOWING RULES ARE OBSERVED:
1) THE REDISTRIBUTION FILE OR ARCHIVE SHOULD INCLUDE THIS README FILE AS WELL AS THE COPYRIGHT NOTICE.
BY USING THIS SOFTWARE, YOU ARE ACKNOWLEDGING THAT YOU HAVE READ AND AGREED WITH THE FOLLOWING
DISCLAIMER AND THE COPYRIGHT NOTICE ABOVE.
DISCLAIMER:
THIS PIECE OF SOFTWARE IS SUPPLIED ''AS IS'', WE (DESIGN4FPGA) SHALL NOT BE HELD RESPONSIBLE OR LIABLE
FOR ANY RESULTING EVENTS THAT MIGHT HAPPEN DURING THE USE OF THIS PROGRAM IN PARTICULAR:
1) THE LOSS OF INFORMATION DUE TO THE USE OR MISUSE OF FS_GENERATOR.EXE
2) THE LOSS OF BUSINESS, STOCKS, MONEY, PEOPLE AND LIVES OR ANY UNFORTUNATE CIRCUMSTANCE THAT MAY PREVAIL
AS A RESULT OF A SYSTEM FAILURE, DIRECTLY OR INDIRECTLY DUE TO THE USE OF FS_GENERATOR.EXE
*************************************************************************/
#include "fsdata.h"
static const char data_404_html[] = {
/* /404.html */
0x2f, 0x34, 0x30, 0x34, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0,
0x3c, 0x68, 0x74, 0x6d, 0x6c, 0x3e, 0xd, 0xa, 0x20, 0x20,
0x3c, 0x62, 0x6f, 0x64, 0x79, 0x20, 0x62, 0x67, 0x63, 0x6f,
0x6c, 0x6f, 0x72, 0x3d, 0x22, 0x77, 0x68, 0x69, 0x74, 0x65,
0x22, 0x3e, 0xd, 0xa, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x63,
0x65, 0x6e, 0x74, 0x65, 0x72, 0x3e, 0xd, 0xa, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x3c, 0x68, 0x31, 0x3e, 0x34, 0x30,
0x34, 0x20, 0x2d, 0x20, 0x66, 0x69, 0x6c, 0x65, 0x20, 0x6e,
0x6f, 0x74, 0x20, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x3c, 0x2f,
0x68, 0x31, 0x3e, 0xd, 0xa, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x3c, 0x68, 0x33, 0x3e, 0x47, 0x6f, 0x20, 0x3c, 0x61,
0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x2f, 0x22, 0x3e,
0x68, 0x65, 0x72, 0x65, 0x3c, 0x2f, 0x61, 0x3e, 0x20, 0x69,
0x6e, 0x73, 0x74, 0x65, 0x61, 0x64, 0x2e, 0x3c, 0x2f, 0x68,
0x33, 0x3e, 0xd, 0xa, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f,
0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x3e, 0xd, 0xa, 0x20,
0x20, 0x3c, 0x2f, 0x62, 0x6f, 0x64, 0x79, 0x3e, 0xd, 0xa,
0x3c, 0x2f, 0x68, 0x74, 0x6d, 0x6c, 0x3e, 0};
static const char data_index_html[] = {
0x2f,0x53,0x54,0x4d,0x33,0x32,0x5f,0x48,
0x6f,0x6d,0x65,0x5f,0x57,0x65,0x62,0x73,
0x65,0x72,0x76,0x65,0x72,0x5f,0x44,0x65,
0x6d,0x6f,0x2e,0x68,0x74,0x6d,0x6c,0x00,0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x30,
0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
0x0a,0x53,0x65,0x72,0x76,0x65,0x72,0x3a,
0x20,0x75,0x49,0x50,0x2f,0x30,0x2e,0x39,
0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,
0x2f,0x64,0x75,0x6e,0x6b,0x65,0x6c,0x73,
0x2e,0x63,0x6f,0x6d,0x2f,0x61,0x64,0x61,
0x6d,0x2f,0x75,0x69,0x70,0x2f,0x29,0x0d,
0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,
0x65,0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,
0x0d,0x0a,0x0d,0x0a,0x3c,0x21,0x44,0x4f,
0x43,0x54,0x59,0x50,0x45,0x20,0x48,0x54,
0x4d,0x4c,0x20,0x50,0x55,0x42,0x4c,0x49,
0x43,0x20,0x22,0x2d,0x2f,0x2f,0x57,0x33,
0x43,0x2f,0x2f,0x44,0x54,0x44,0x20,0x48,
0x54,0x4d,0x4c,0x20,0x34,0x2e,0x30,0x20,
0x54,0x72,0x61,0x6e,0x73,0x69,0x74,0x69,
0x6f,0x6e,0x61,0x6c,0x2f,0x2f,0x45,0x4e,
0x22,0x3e,0x0a,0x3c,0x68,0x74,0x6d,0x6c,
0x3e,0x3c,0x68,0x65,0x61,0x64,0x3e,0x3c,
0x21,0x2d,0x2d,0x20,0x73,0x61,0x76,0x65,
0x64,0x20,0x66,0x72,0x6f,0x6d,0x20,0x75,
0x72,0x6c,0x3d,0x28,0x30,0x30,0x34,0x39,
0x29,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,
0x31,0x39,0x32,0x2e,0x31,0x36,0x38,0x2e,
0x30,0x2e,0x38,0x2f,0x53,0x54,0x4d,0x33,
0x32,0x5f,0x48,0x6f,0x6d,0x65,0x5f,0x57,
0x65,0x62,0x73,0x65,0x72,0x76,0x65,0x72,
0x5f,0x44,0x65,0x6d,0x6f,0x2e,0x68,0x74,
0x6d,0x6c,0x20,0x2d,0x2d,0x3e,0x3c,0x74,
0x69,0x74,0x6c,0x65,0x3e,0x53,0x54,0x4d,
0x33,0x32,0x20,0x28,0x43,0x4f,0x52,0x54,
0x45,0x58,0x20,0x4d,0x33,0x29,0x20,0x2d,
0x20,0x33,0x32,0x2d,0x62,0x69,0x74,0x20,
0x4d,0x69,0x63,0x72,0x6f,0x63,0x6f,0x6e,
0x74,0x72,0x6f,0x6c,0x6c,0x65,0x72,0x73,
0x3c,0x2f,0x74,0x69,0x74,0x6c,0x65,0x3e,
0x0d,0x0a,0x3c,0x6d,0x65,0x74,0x61,0x20,
0x68,0x74,0x74,0x70,0x2d,0x65,0x71,0x75,
0x69,0x76,0x3d,0x22,0x43,0x6f,0x6e,0x74,
0x65,0x6e,0x74,0x2d,0x54,0x79,0x70,0x65,
0x22,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,
0x74,0x3d,0x22,0x74,0x65,0x78,0x74,0x2f,
0x68,0x74,0x6d,0x6c,0x3b,0x20,0x63,0x68,
0x61,0x72,0x73,0x65,0x74,0x3d,0x49,0x53,
0x4f,0x2d,0x38,0x38,0x35,0x39,0x2d,0x31,
0x22,0x3e,0x0d,0x0a,0x3c,0x6d,0x65,0x74,
0x61,0x20,0x68,0x74,0x74,0x70,0x2d,0x65,
0x71,0x75,0x69,0x76,0x3d,0x22,0x45,0x58,
0x50,0x49,0x52,0x45,0x53,0x22,0x20,0x63,
0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3d,0x22,
0x54,0x75,0x65,0x2c,0x20,0x30,0x39,0x20,
0x44,0x65,0x63,0x20,0x32,0x30,0x30,0x38,
0x20,0x30,0x30,0x3a,0x30,0x30,0x3a,0x30,
0x30,0x22,0x3e,0x0d,0x0a,0x3c,0x6d,0x65,
0x74,0x61,0x20,0x63,0x6f,0x6e,0x74,0x65,
0x6e,0x74,0x3d,0x22,0x44,0x4f,0x43,0x55,
0x4d,0x45,0x4e,0x54,0x22,0x20,0x6e,0x61,
0x6d,0x65,0x3d,0x22,0x52,0x45,0x53,0x4f,
0x55,0x52,0x43,0x45,0x2d,0x54,0x59,0x50,
0x45,0x22,0x3e,0x0d,0x0a,0x3c,0x6d,0x65,
0x74,0x61,0x20,0x63,0x6f,0x6e,0x74,0x65,
0x6e,0x74,0x3d,0x22,0x47,0x4c,0x4f,0x42,
0x41,0x4c,0x22,0x20,0x6e,0x61,0x6d,0x65,
0x3d,0x22,0x44,0x49,0x53,0x54,0x52,0x49,
0x42,0x55,0x54,0x49,0x4f,0x4e,0x22,0x3e,
0x0d,0x0a,0x3c,0x6d,0x65,0x74,0x61,0x20,
0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3d,
0x22,0x53,0x54,0x4d,0x69,0x63,0x72,0x6f,
0x65,0x6c,0x65,0x63,0x74,0x72,0x6f,0x6e,
0x69,0x63,0x73,0x22,0x20,0x6e,0x61,0x6d,
0x65,0x3d,0x22,0x41,0x55,0x54,0x48,0x4f,
0x52,0x22,0x3e,0x0d,0x0a,0x3c,0x6d,0x65,
0x74,0x61,0x20,0x63,0x6f,0x6e,0x74,0x65,
0x6e,0x74,0x3d,0x22,0x43,0x6f,0x70,0x79,
0x72,0x69,0x67,0x68,0x74,0x20,0x28,0x63,
0x29,0x20,0x62,0x79,0x20,0x53,0x54,0x4d,
0x69,0x63,0x72,0x6f,0x65,0x6c,0x65,0x63,
0x74,0x72,0x6f,0x6e,0x69,0x63,0x73,0x22,
0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x43,
0x4f,0x50,0x59,0x52,0x49,0x47,0x48,0x54,
0x22,0x3e,0x0d,0x0a,0x3c,0x6d,0x65,0x74,
0x61,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,
0x74,0x3d,0x22,0x50,0x72,0x6f,0x64,0x75,
0x63,0x74,0x20,0x44,0x6f,0x6d,0x61,0x69,
0x6e,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,
0x22,0x57,0x54,0x2e,0x63,0x67,0x5f,0x6e,
0x22,0x3e,0x0d,0x0a,0x3c,0x6d,0x65,0x74,
0x61,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,
0x74,0x3d,0x22,0x4d,0x69,0x63,0x72,0x6f,
0x63,0x6f,0x6e,0x74,0x72,0x6f,0x6c,0x6c,
0x65,0x72,0x73,0x22,0x20,0x6e,0x61,0x6d,
0x65,0x3d,0x22,0x57,0x54,0x2e,0x63,0x67,
0x5f,0x73,0x22,0x3e,0x0d,0x0a,0x3c,0x6d,
0x65,0x74,0x61,0x20,0x63,0x6f,0x6e,0x74,
0x65,0x6e,0x74,0x3d,0x22,0x6d,0x69,0x63,
0x72,0x6f,0x63,0x6f,0x6e,0x74,0x72,0x6f,
0x6c,0x6c,0x65,0x72,0x2c,0x20,0x4d,0x43,
0x55,0x2c,0x20,0x41,0x52,0x4d,0x20,0x4d,
0x43,0x55,0x2c,0x20,0x33,0x32,0x2d,0x62,
0x69,0x74,0x20,0x6d,0x69,0x63,0x72,0x6f,
0x63,0x6f,0x6e,0x74,0x72,0x6f,0x6c,0x6c,
0x65,0x72,0x2c,0x20,0x53,0x54,0x4d,0x33,
0x32,0x2c,0x20,0x41,0x52,0x4d,0x20,0x6d,
0x69,0x63,0x72,0x6f,0x63,0x6f,0x6e,0x74,
0x72,0x6f,0x6c,0x6c,0x65,0x72,0x2c,0x20,
0x65,0x6d,0x62,0x65,0x64,0x64,0x65,0x64,
0x2c,0x20,0x65,0x6d,0x75,0x6c,0x61,0x74,
0x6f,0x72,0x2c,0x20,0x73,0x74,0x61,0x72,
0x74,0x65,0x72,0x20,0x6b,0x69,0x74,0x2c,
0x20,0x6d,0x69,0x70,0x73,0x2c,0x20,0x66,
0x6c,0x61,0x73,0x68,0x20,0x4d,0x43,0x55,
0x2c,0x20,0x43,0x20,0x63,0x6f,0x6d,0x70,
0x69,0x6c,0x65,0x72,0x2c,0x20,0x70,0x72,
0x6f,0x67,0x72,0x61,0x6d,0x6d,0x65,0x72,
0x2c,0x20,0x55,0x53,0x42,0x2c,0x20,0x63,
0x6f,0x72,0x74,0x65,0x78,0x2d,0x6d,0x33,
0x2c,0x20,0x33,0x2d,0x70,0x68,0x61,0x73,
0x65,0x20,0x6d,0x6f,0x74,0x6f,0x72,0x20,
0x64,0x72,0x69,0x76,0x65,0x2c,0x20,0x43,
0x41,0x4e,0x2c,0x20,0x54,0x68,0x75,0x6d,
0x62,0x2d,0x32,0x22,0x20,0x6e,0x61,0x6d,
0x65,0x3d,0x22,0x4b,0x45,0x59,0x57,0x4f,
0x52,0x44,0x53,0x22,0x3e,0x0d,0x0a,0x3c,
0x6d,0x65,0x74,0x61,0x20,0x63,0x6f,0x6e,
0x74,0x65,0x6e,0x74,0x3d,0x22,0x53,0x54,
0x4d,0x33,0x32,0x20,0x28,0x43,0x4f,0x52,
0x54,0x45,0x58,0x20,0x4d,0x33,0x29,0x20,
0x2d,0x20,0x33,0x32,0x2d,0x62,0x69,0x74,
0x20,0x4d,0x69,0x63,0x72,0x6f,0x63,0x6f,
0x6e,0x74,0x72,0x6f,0x6c,0x6c,0x65,0x72,
0x73,0x20,0x53,0x54,0x4d,0x69,0x63,0x72,
0x6f,0x65,0x6c,0x65,0x63,0x74,0x72,0x6f,
0x6e,0x69,0x63,0x73,0x22,0x20,0x6e,0x61,
0x6d,0x65,0x3d,0x22,0x44,0x45,0x53,0x43,
0x52,0x49,0x50,0x54,0x49,0x4f,0x4e,0x22,
0x3e,0x0d,0x0a,0x3c,0x6d,0x65,0x74,0x61,
0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,
0x3d,0x22,0x49,0x4e,0x44,0x45,0x58,0x2c,
0x20,0x46,0x4f,0x4c,0x4c,0x4f,0x57,0x22,
0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x52,
0x4f,0x42,0x4f,0x54,0x53,0x22,0x3e,0x0d,
0x0a,0x3c,0x6d,0x65,0x74,0x61,0x20,0x63,
0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3d,0x22,
0x31,0x20,0x44,0x41,0x59,0x53,0x22,0x20,
0x6e,0x61,0x6d,0x65,0x3d,0x22,0x52,0x45,
0x56,0x49,0x53,0x49,0x54,0x2d,0x41,0x46,
0x54,0x45,0x52,0x22,0x3e,0x0d,0x0a,0x3c,
0x6d,0x65,0x74,0x61,0x20,0x63,0x6f,0x6e,
0x74,0x65,0x6e,0x74,0x3d,0x22,0x47,0x45,
0x4e,0x45,0x52,0x41,0x4c,0x22,0x20,0x6e,
0x61,0x6d,0x65,0x3d,0x22,0x52,0x41,0x54,
0x49,0x4e,0x47,0x22,0x3e,0x3c,0x6c,0x69,
0x6e,0x6b,0x20,0x68,0x72,0x65,0x66,0x3d,
0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,
0x77,0x77,0x77,0x2e,0x73,0x74,0x2e,0x63,
0x6f,0x6d,0x2f,0x6d,0x63,0x75,0x2f,0x66,
0x61,0x76,0x69,0x63,0x6f,0x6e,0x2e,0x69,
0x63,0x6f,0x22,0x20,0x72,0x65,0x6c,0x3d,
0x22,0x53,0x48,0x4f,0x52,0x54,0x43,0x55,
0x54,0x20,0x49,0x43,0x4f,0x4e,0x22,0x3e,
0x0d,0x0a,0x3c,0x6d,0x65,0x74,0x61,0x20,
0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3d,
0x22,0x4d,0x53,0x48,0x54,0x4d,0x4c,0x20,
0x36,0x2e,0x30,0x30,0x2e,0x32,0x38,0x30,
0x30,0x2e,0x31,0x35,0x36,0x31,0x22,0x20,
0x6e,0x61,0x6d,0x65,0x3d,0x22,0x47,0x45,
0x4e,0x45,0x52,0x41,0x54,0x4f,0x52,0x22,
0x3e,0x3c,0x6c,0x69,0x6e,0x6b,0x20,0x74,
0x69,0x74,0x6c,0x65,0x3d,0x22,0x52,0x53,
0x53,0x22,0x20,0x68,0x72,0x65,0x66,0x3d,
0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,
0x77,0x77,0x77,0x2e,0x73,0x74,0x2e,0x63,
0x6f,0x6d,0x2f,0x6d,0x63,0x75,0x2f,0x62,
0x61,0x63,0x6b,0x65,0x6e,0x64,0x2e,0x70,
0x68,0x70,0x22,0x20,0x74,0x79,0x70,0x65,
0x3d,0x22,0x61,0x70,0x70,0x6c,0x69,0x63,
0x61,0x74,0x69,0x6f,0x6e,0x2f,0x72,0x73,
0x73,0x2b,0x78,0x6d,0x6c,0x22,0x20,0x72,
0x65,0x6c,0x3d,0x22,0x61,0x6c,0x74,0x65,
0x72,0x6e,0x61,0x74,0x65,0x22,0x3e,0x3c,
0x2f,0x68,0x65,0x61,0x64,0x3e,0x0d,0x0a,
0x3c,0x62,0x6f,0x64,0x79,0x20,0x73,0x74,
0x79,0x6c,0x65,0x3d,0x22,0x63,0x6f,0x6c,
0x6f,0x72,0x3a,0x20,0x72,0x67,0x62,0x28,
0x30,0x2c,0x20,0x30,0x2c,0x20,0x30,0x29,
0x3b,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,
0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,
0x6f,0x72,0x3a,0x20,0x72,0x67,0x62,0x28,
0x32,0x35,0x35,0x2c,0x20,0x32,0x35,0x35,
0x2c,0x20,0x32,0x35,0x35,0x29,0x3b,0x22,
0x20,0x6f,0x6e,0x6c,0x6f,0x61,0x64,0x3d,
0x22,0x62,0x72,0x65,0x61,0x6b,0x4f,0x75,
0x74,0x28,0x29,0x22,0x20,0x61,0x6c,0x69,
0x6e,0x6b,0x3d,0x22,0x23,0x64,0x35,0x61,
0x65,0x38,0x33,0x22,0x20,0x6c,0x69,0x6e,
0x6b,0x3d,0x22,0x23,0x33,0x36,0x33,0x36,
0x33,0x36,0x22,0x20,0x76,0x6c,0x69,0x6e,
0x6b,0x3d,0x22,0x23,0x33,0x36,0x33,0x36,
0x33,0x36,0x22,0x3e,0x0d,0x0a,0x3c,0x74,
0x61,0x62,0x6c,0x65,0x20,0x73,0x74,0x79,
0x6c,0x65,0x3d,0x22,0x77,0x69,0x64,0x74,
0x68,0x3a,0x20,0x31,0x30,0x38,0x30,0x70,
0x78,0x3b,0x20,0x68,0x65,0x69,0x67,0x68,
0x74,0x3a,0x20,0x31,0x32,0x31,0x70,0x78,
0x3b,0x22,0x20,0x61,0x6c,0x69,0x67,0x6e,
0x3d,0x22,0x63,0x65,0x6e,0x74,0x65,0x72,
0x22,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,
0x3d,0x22,0x30,0x22,0x20,0x63,0x65,0x6c,
0x6c,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,
0x3d,0x22,0x30,0x22,0x20,0x63,0x65,0x6c,
0x6c,0x73,0x70,0x61,0x63,0x69,0x6e,0x67,
0x3d,0x22,0x30,0x22,0x3e,0x0d,0x0a,0x20,
0x20,0x3c,0x74,0x62,0x6f,0x64,0x79,0x3e,
0x0d,0x0a,0x20,0x20,0x3c,0x74,0x72,0x3e,
0x0d,0x0a,0x20,0x20,0x20,0x20,0x3c,0x74,
0x64,0x3e,0x3c,0x66,0x6f,0x6e,0x74,0x20,
0x73,0x69,0x7a,0x65,0x3d,0x22,0x2d,0x31,
0x22,0x3e,0x3c,0x61,0x20,0x68,0x72,0x65,
0x66,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,
0x2f,0x2f,0x77,0x77,0x77,0x2e,0x73,0x74,
0x2e,0x63,0x6f,0x6d,0x2f,0x73,0x74,0x6f,
0x6e,0x6c,0x69,0x6e,0x65,0x2f,0x69,0x6e,
0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x22,
0x3e,0x3c,0x69,0x6d,0x67,0x20,0x61,0x6c,
0x74,0x3d,0x22,0x22,0x20,0x73,0x74,0x79,
0x6c,0x65,0x3d,0x22,0x62,0x6f,0x72,0x64,
0x65,0x72,0x3a,0x20,0x30,0x70,0x78,0x20,
0x73,0x6f,0x6c,0x69,0x64,0x20,0x3b,0x20,
0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,
0x30,0x37,0x30,0x70,0x78,0x3b,0x20,0x68,
0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x35,
0x38,0x70,0x78,0x3b,0x22,0x20,0x73,0x72,
0x63,0x3d,0x22,0x53,0x54,0x4d,0x33,0x32,
0x5f,0x48,0x6f,0x6d,0x65,0x5f,0x57,0x65,
0x62,0x73,0x65,0x72,0x76,0x65,0x72,0x5f,
0x44,0x65,0x6d,0x6f,0x5f,0x66,0x69,0x6c,
0x65,0x73,0x2f,0x73,0x74,0x37,0x36,0x36,
0x2e,0x67,0x69,0x66,0x22,0x3e,0x3c,0x2f,
0x61,0x3e,0x3c,0x2f,0x66,0x6f,0x6e,0x74,
0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x3c,0x74,
0x64,0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x3c,
0x2f,0x74,0x72,0x3e,0x0d,0x0a,0x20,0x20,
0x3c,0x74,0x72,0x3e,0x0d,0x0a,0x20,0x20,
0x20,0x20,0x3c,0x74,0x64,0x20,0x61,0x6c,
0x69,0x67,0x6e,0x3d,0x22,0x72,0x69,0x67,
0x68,0x74,0x22,0x20,0x76,0x61,0x6c,0x69,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -