energy/example/simple/resources/index.html
2022-10-25 13:26:15 +08:00

16 lines
346 B
Go

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>cookie</title>
<style>
</style>
<script type="application/javascript">
</script>
</head>
<body style="overflow: hidden;margin: 0px;padding: 0px;">
<a href="https://www.baidu.com">百度</a>
<a href="https://energy.yanghy.cn">Energy</a>
</body>
</html>