mirror of
https://gitee.com/johng/gf
synced 2026-06-07 10:22:11 +08:00
adding gres
This commit is contained in:
4
os/gres/testdata/files/root/css/style.css
vendored
Normal file
4
os/gres/testdata/files/root/css/style.css
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
* {
|
||||
font-size: 32px;
|
||||
text-align: center;
|
||||
}
|
||||
BIN
os/gres/testdata/files/root/image/logo.png
vendored
Normal file
BIN
os/gres/testdata/files/root/image/logo.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
9
os/gres/testdata/files/root/index.html
vendored
Normal file
9
os/gres/testdata/files/root/index.html
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/css/style.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div><img src="image/logo.png"></div>
|
||||
This is the index from gres.
|
||||
</body>
|
||||
</html>
|
||||
2
os/gres/testdata/testdata.go
vendored
2
os/gres/testdata/testdata.go
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user