mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-11-03 04:17:32 +08:00
由gopath形式改为module
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.code {
|
||||
white-space: pre-wrap;
|
||||
font-family: monospace;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.miss {
|
||||
background-color: #FF0000;
|
||||
}
|
||||
|
||||
.hit, .undef {
|
||||
background-color: #94FF7C;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
COLORIZED_LINE_HTML
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user