Files
neutrino-proxy/neutrino-proxy-server/src/main/resources/template/index.html
T

13 lines
339 B
HTML

<html>
<head>
<title>测试页面</title>
<script type="application/javascript" src="js/test.js"></script>
<script type="application/javascript">
hello();
</script>
</head>
<body>
<h2>hello,欢迎来到<span stype="color:red;">中微子代理</span></h2>
</body>
</html>