Files
gf/os/gres/testdata/files/root/index.html

9 lines
182 B
Go
Raw Normal View History

2019-08-13 21:06:11 +08:00
<html>
<head>
2019-08-14 22:03:52 +08:00
<link rel="stylesheet" href="css/style.css" type="text/css" />
2019-08-13 21:06:11 +08:00
</head>
<body>
<div><img src="image/logo.png"></div>
This is the index from gres.
</body>
</html>