pkger/examples/open/packr/public/index.html

13 lines
257 B
HTML
Raw Normal View History

2019-10-17 20:45:22 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>HI</title>
</head>
<body>
HELLO
2019-10-18 19:24:51 +03:00
<img src="/images/img1.png" alt=""/>
2019-10-17 20:45:22 +03:00
</body>
</html>