You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
641 B
27 lines
641 B
@{
|
|
Layout = null;
|
|
}
|
|
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Home</title>
|
|
<style>
|
|
a {
|
|
display: block;
|
|
background: #eee;
|
|
padding: 2vh;
|
|
text-decoration: none;
|
|
color: #000;
|
|
font-size: 2vh;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<a href="gxytj/index.html">高校轮播一体机</a>
|
|
<a href="syytj/index.html">生涯体验一体机</a>
|
|
</div>
|
|
</body>
|
|
</html> |